for(int i = 0; i < interfaces.length; i++) {
queue.enqueue(interfaces[i]);
}
}
return vec.toArray();
}
/**
* Hunts for a signature attribute on the member and returns its contents. So where the 'regular' signature
* may be Ljava/util/Vector; the signature attribute will tell us