jsoDescList.addAll(jsoDescriptors);
interfaces = jsoDescList.toArray(new String[jsoDescList.size()]);
super.visit(version, access, name, signature, superName, interfaces);
FieldVisitor fv = visitField(Opcodes.ACC_PROTECTED | Opcodes.ACC_SYNTHETIC,
JsoProperties.JSO_PROPERTIES,
"Lcom/googlecode/gwt/test/internal/utils/PropertyContainer;", null, null);
if (fv != null) {
fv.visitEnd();
}
// Implement the trampoline methods
for (String mangledName : jsoData.getMangledNames()) {
List<Method> declarations = jsoData.getDeclarations(mangledName);