public final class com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration implements com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIConversion
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration
super_class: java.lang.Object
{
private final org.w3c.dom.Element e;
descriptor: Lorg/w3c/dom/Element;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.internal.xjc.model.TypeUse xducer;
descriptor: Lcom/sun/tools/internal/xjc/model/TypeUse;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(org.w3c.dom.Element, com.sun.tools.internal.xjc.model.TypeUse);
descriptor: (Lorg/w3c/dom/Element;Lcom/sun/tools/internal/xjc/model/TypeUse;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.e:Lorg/w3c/dom/Element;
2: aload 0
aload 2
putfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.xducer:Lcom/sun/tools/internal/xjc/model/TypeUse;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration;
0 4 1 _e Lorg/w3c/dom/Element;
0 4 2 _xducer Lcom/sun/tools/internal/xjc/model/TypeUse;
MethodParameters:
Name Flags
_e
_xducer
public java.lang.String name();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.e:Lorg/w3c/dom/Element;
ldc "name"
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.DOMUtil.getAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration;
public com.sun.tools.internal.xjc.model.TypeUse getTransducer();
descriptor: ()Lcom/sun/tools/internal/xjc/model/TypeUse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.xducer:Lcom/sun/tools/internal/xjc/model/TypeUse;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration;
static com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration create(org.w3c.dom.Element, com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo);
descriptor: (Lorg/w3c/dom/Element;Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo;)Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration;
flags: (0x0008) ACC_STATIC
Code:
stack=14, locals=2, args_size=2
start local 0 start local 1 0: new com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration
dup
1: aload 0
2: new com.sun.tools.internal.xjc.model.CEnumLeafInfo
dup
3: aload 1
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo.model:Lcom/sun/tools/internal/xjc/model/Model;
4: aconst_null
5: new com.sun.tools.internal.xjc.model.CClassInfoParent$Package
dup
aload 1
invokevirtual com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo.getTargetPackage:()Lcom/sun/codemodel/internal/JPackage;
invokespecial com.sun.tools.internal.xjc.model.CClassInfoParent$Package.<init>:(Lcom/sun/codemodel/internal/JPackage;)V
6: aload 0
ldc "name"
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.DOMUtil.getAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;
7: getstatic com.sun.tools.internal.xjc.model.CBuiltinLeafInfo.STRING:Lcom/sun/tools/internal/xjc/model/CBuiltinLeafInfo;
8: aload 1
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo.model:Lcom/sun/tools/internal/xjc/model/Model;
aload 0
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.buildMemberList:(Lcom/sun/tools/internal/xjc/model/Model;Lorg/w3c/dom/Element;)Ljava/util/List;
9: aconst_null
aconst_null
10: aload 0
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.DOMLocator.getLocationInfo:(Lorg/w3c/dom/Element;)Lorg/xml/sax/Locator;
11: invokespecial com.sun.tools.internal.xjc.model.CEnumLeafInfo.<init>:(Lcom/sun/tools/internal/xjc/model/Model;Ljavax/xml/namespace/QName;Lcom/sun/tools/internal/xjc/model/CClassInfoParent;Ljava/lang/String;Lcom/sun/tools/internal/xjc/model/CNonElement;Ljava/util/Collection;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;)V
12: invokespecial com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.<init>:(Lorg/w3c/dom/Element;Lcom/sun/tools/internal/xjc/model/TypeUse;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 dom Lorg/w3c/dom/Element;
0 13 1 parent Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo;
MethodParameters:
Name Flags
dom
parent
static com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration create(org.w3c.dom.Element, com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIElement);
descriptor: (Lorg/w3c/dom/Element;Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIElement;)Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIEnumeration;
flags: (0x0008) ACC_STATIC
Code:
stack=14, locals=2, args_size=2
start local 0 start local 1 0: new com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration
dup
1: aload 0
2: new com.sun.tools.internal.xjc.model.CEnumLeafInfo
dup
3: aload 1
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIElement.parent:Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo;
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo.model:Lcom/sun/tools/internal/xjc/model/Model;
4: aconst_null
5: aload 1
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIElement.clazz:Lcom/sun/tools/internal/xjc/model/CClassInfo;
6: aload 0
ldc "name"
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.DOMUtil.getAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;
7: getstatic com.sun.tools.internal.xjc.model.CBuiltinLeafInfo.STRING:Lcom/sun/tools/internal/xjc/model/CBuiltinLeafInfo;
8: aload 1
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIElement.parent:Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BindInfo;
getfield com.sun.tools.internal.xjc.reader.dtd.bindinfo.BindInfo.model:Lcom/sun/tools/internal/xjc/model/Model;
aload 0
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.buildMemberList:(Lcom/sun/tools/internal/xjc/model/Model;Lorg/w3c/dom/Element;)Ljava/util/List;
9: aconst_null
aconst_null
10: aload 0
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.DOMLocator.getLocationInfo:(Lorg/w3c/dom/Element;)Lorg/xml/sax/Locator;
11: invokespecial com.sun.tools.internal.xjc.model.CEnumLeafInfo.<init>:(Lcom/sun/tools/internal/xjc/model/Model;Ljavax/xml/namespace/QName;Lcom/sun/tools/internal/xjc/model/CClassInfoParent;Ljava/lang/String;Lcom/sun/tools/internal/xjc/model/CNonElement;Ljava/util/Collection;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;)V
12: invokespecial com.sun.tools.internal.xjc.reader.dtd.bindinfo.BIEnumeration.<init>:(Lorg/w3c/dom/Element;Lcom/sun/tools/internal/xjc/model/TypeUse;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 dom Lorg/w3c/dom/Element;
0 13 1 parent Lcom/sun/tools/internal/xjc/reader/dtd/bindinfo/BIElement;
MethodParameters:
Name Flags
dom
parent
private static java.util.List<com.sun.tools.internal.xjc.model.CEnumConstant> buildMemberList(com.sun.tools.internal.xjc.model.Model, org.w3c.dom.Element);
descriptor: (Lcom/sun/tools/internal/xjc/model/Model;Lorg/w3c/dom/Element;)Ljava/util/List;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=9, locals=6, args_size=2
start local 0 start local 1 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 1: aload 1
ldc "members"
invokestatic com.sun.tools.internal.xjc.reader.dtd.bindinfo.DOMUtil.getAttribute:(Lorg/w3c/dom/Element;Ljava/lang/String;)Ljava/lang/String;
astore 3
start local 3 2: aload 3
ifnonnull 3
ldc ""
astore 3
3: StackMap locals: java.util.List java.lang.String
StackMap stack:
new java.util.StringTokenizer
dup
aload 3
invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;)V
astore 4
start local 4 4: goto 9
5: StackMap locals: java.util.StringTokenizer
StackMap stack:
aload 4
invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
astore 5
start local 5 6: aload 2
new com.sun.tools.internal.xjc.model.CEnumConstant
dup
aload 0
invokevirtual com.sun.tools.internal.xjc.model.Model.getNameConverter:()Lcom/sun/xml/internal/bind/api/impl/NameConverter;
aload 5
invokeinterface com.sun.xml.internal.bind.api.impl.NameConverter.toConstantName:(Ljava/lang/String;)Ljava/lang/String;
7: aconst_null
aload 5
aconst_null
aconst_null
aconst_null
invokespecial com.sun.tools.internal.xjc.model.CEnumConstant.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/xsom/XSComponent;Lcom/sun/tools/internal/xjc/model/CCustomizations;Lorg/xml/sax/Locator;)V
8: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 9: StackMap locals:
StackMap stack:
aload 4
invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
ifne 5
10: aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 model Lcom/sun/tools/internal/xjc/model/Model;
0 11 1 dom Lorg/w3c/dom/Element;
1 11 2 r Ljava/util/List<Lcom/sun/tools/internal/xjc/model/CEnumConstant;>;
2 11 3 members Ljava/lang/String;
4 11 4 tokens Ljava/util/StringTokenizer;
6 9 5 token Ljava/lang/String;
Signature: (Lcom/sun/tools/internal/xjc/model/Model;Lorg/w3c/dom/Element;)Ljava/util/List<Lcom/sun/tools/internal/xjc/model/CEnumConstant;>;
MethodParameters:
Name Flags
model
dom
}
SourceFile: "BIEnumeration.java"
InnerClasses:
public final Package = com.sun.tools.internal.xjc.model.CClassInfoParent$Package of com.sun.tools.internal.xjc.model.CClassInfoParent