public final class com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter implements com.sun.xml.internal.xsom.visitor.XSTermFunction<com.sun.tools.internal.xjc.model.Multiplicity>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter
super_class: java.lang.Object
{
public static final com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter theInstance;
descriptor: Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter
dup
invokespecial com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.<init>:()V
putstatic com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.theInstance:Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
public com.sun.tools.internal.xjc.model.Multiplicity particle(com.sun.xml.internal.xsom.XSParticle);
descriptor: (Lcom/sun/xml/internal/xsom/XSParticle;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface com.sun.xml.internal.xsom.XSParticle.getTerm:()Lcom/sun/xml/internal/xsom/XSTerm;
aload 0
invokeinterface com.sun.xml.internal.xsom.XSTerm.apply:(Lcom/sun/xml/internal/xsom/visitor/XSTermFunction;)Ljava/lang/Object;
checkcast com.sun.tools.internal.xjc.model.Multiplicity
astore 2
start local 2 1: aload 2
getfield com.sun.tools.internal.xjc.model.Multiplicity.max:Ljava/math/BigInteger;
ifnull 2
ldc -1
invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
aload 1
invokeinterface com.sun.xml.internal.xsom.XSParticle.getMaxOccurs:()Ljava/math/BigInteger;
invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
ifeq 4
2: StackMap locals: com.sun.tools.internal.xjc.model.Multiplicity
StackMap stack:
aconst_null
astore 3
start local 3 3: goto 5
end local 3 4: StackMap locals:
StackMap stack:
aload 1
invokeinterface com.sun.xml.internal.xsom.XSParticle.getMaxOccurs:()Ljava/math/BigInteger;
astore 3
start local 3 5: StackMap locals: java.math.BigInteger
StackMap stack:
aload 2
aload 1
invokeinterface com.sun.xml.internal.xsom.XSParticle.getMinOccurs:()Ljava/math/BigInteger;
aload 3
invokestatic com.sun.tools.internal.xjc.model.Multiplicity.create:(Ljava/math/BigInteger;Ljava/math/BigInteger;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
invokestatic com.sun.tools.internal.xjc.model.Multiplicity.multiply:(Lcom/sun/tools/internal/xjc/model/Multiplicity;Lcom/sun/tools/internal/xjc/model/Multiplicity;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
0 6 1 p Lcom/sun/xml/internal/xsom/XSParticle;
1 6 2 m Lcom/sun/tools/internal/xjc/model/Multiplicity;
3 4 3 max Ljava/math/BigInteger;
5 6 3 max Ljava/math/BigInteger;
MethodParameters:
Name Flags
p
public com.sun.tools.internal.xjc.model.Multiplicity wildcard(com.sun.xml.internal.xsom.XSWildcard);
descriptor: (Lcom/sun/xml/internal/xsom/XSWildcard;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.sun.tools.internal.xjc.model.Multiplicity.ONE:Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
0 1 1 wc Lcom/sun/xml/internal/xsom/XSWildcard;
MethodParameters:
Name Flags
wc
public com.sun.tools.internal.xjc.model.Multiplicity modelGroupDecl(com.sun.xml.internal.xsom.XSModelGroupDecl);
descriptor: (Lcom/sun/xml/internal/xsom/XSModelGroupDecl;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokeinterface com.sun.xml.internal.xsom.XSModelGroupDecl.getModelGroup:()Lcom/sun/xml/internal/xsom/XSModelGroup;
invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.modelGroup:(Lcom/sun/xml/internal/xsom/XSModelGroup;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
0 1 1 decl Lcom/sun/xml/internal/xsom/XSModelGroupDecl;
MethodParameters:
Name Flags
decl
public com.sun.tools.internal.xjc.model.Multiplicity modelGroup(com.sun.xml.internal.xsom.XSModelGroup);
descriptor: (Lcom/sun/xml/internal/xsom/XSModelGroup;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=9, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface com.sun.xml.internal.xsom.XSModelGroup.getCompositor:()Lcom/sun/xml/internal/xsom/XSModelGroup$Compositor;
getstatic com.sun.xml.internal.xsom.XSModelGroup.CHOICE:Lcom/sun/xml/internal/xsom/XSModelGroup$Compositor;
if_acmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 2
start local 2 3: getstatic com.sun.tools.internal.xjc.model.Multiplicity.ZERO:Lcom/sun/tools/internal/xjc/model/Multiplicity;
astore 3
start local 3 4: aload 1
invokeinterface com.sun.xml.internal.xsom.XSModelGroup.getChildren:()[Lcom/sun/xml/internal/xsom/XSParticle;
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 15
StackMap locals: com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter com.sun.xml.internal.xsom.XSModelGroup int com.sun.tools.internal.xjc.model.Multiplicity top int int com.sun.xml.internal.xsom.XSParticle[]
StackMap stack:
5: aload 7
iload 5
aaload
astore 4
start local 4 6: aload 0
aload 4
invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.particle:(Lcom/sun/xml/internal/xsom/XSParticle;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
astore 8
start local 8 7: aload 3
ifnonnull 10
8: aload 8
astore 3
9: goto 14
10: StackMap locals: com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter com.sun.xml.internal.xsom.XSModelGroup int com.sun.tools.internal.xjc.model.Multiplicity com.sun.xml.internal.xsom.XSParticle int int com.sun.xml.internal.xsom.XSParticle[] com.sun.tools.internal.xjc.model.Multiplicity
StackMap stack:
iload 2
ifeq 13
11: aload 3
aload 8
invokestatic com.sun.tools.internal.xjc.model.Multiplicity.choice:(Lcom/sun/tools/internal/xjc/model/Multiplicity;Lcom/sun/tools/internal/xjc/model/Multiplicity;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
astore 3
12: goto 14
13: StackMap locals:
StackMap stack:
aload 3
aload 8
invokestatic com.sun.tools.internal.xjc.model.Multiplicity.group:(Lcom/sun/tools/internal/xjc/model/Multiplicity;Lcom/sun/tools/internal/xjc/model/Multiplicity;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
astore 3
end local 8 end local 4 14: StackMap locals: com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter com.sun.xml.internal.xsom.XSModelGroup int com.sun.tools.internal.xjc.model.Multiplicity top int int com.sun.xml.internal.xsom.XSParticle[]
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
15: iload 5
iload 6
if_icmplt 5
16: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
0 17 1 group Lcom/sun/xml/internal/xsom/XSModelGroup;
3 17 2 isChoice Z
4 17 3 r Lcom/sun/tools/internal/xjc/model/Multiplicity;
6 14 4 p Lcom/sun/xml/internal/xsom/XSParticle;
7 14 8 m Lcom/sun/tools/internal/xjc/model/Multiplicity;
MethodParameters:
Name Flags
group
public com.sun.tools.internal.xjc.model.Multiplicity elementDecl(com.sun.xml.internal.xsom.XSElementDecl);
descriptor: (Lcom/sun/xml/internal/xsom/XSElementDecl;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.sun.tools.internal.xjc.model.Multiplicity.ONE:Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/internal/xjc/reader/xmlschema/MultiplicityCounter;
0 1 1 decl Lcom/sun/xml/internal/xsom/XSElementDecl;
MethodParameters:
Name Flags
decl
public java.lang.Object wildcard(com.sun.xml.internal.xsom.XSWildcard);
descriptor: (Lcom/sun/xml/internal/xsom/XSWildcard;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.wildcard:(Lcom/sun/xml/internal/xsom/XSWildcard;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object modelGroupDecl(com.sun.xml.internal.xsom.XSModelGroupDecl);
descriptor: (Lcom/sun/xml/internal/xsom/XSModelGroupDecl;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.modelGroupDecl:(Lcom/sun/xml/internal/xsom/XSModelGroupDecl;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object elementDecl(com.sun.xml.internal.xsom.XSElementDecl);
descriptor: (Lcom/sun/xml/internal/xsom/XSElementDecl;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.elementDecl:(Lcom/sun/xml/internal/xsom/XSElementDecl;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object modelGroup(com.sun.xml.internal.xsom.XSModelGroup);
descriptor: (Lcom/sun/xml/internal/xsom/XSModelGroup;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter.modelGroup:(Lcom/sun/xml/internal/xsom/XSModelGroup;)Lcom/sun/tools/internal/xjc/model/Multiplicity;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/sun/xml/internal/xsom/visitor/XSTermFunction<Lcom/sun/tools/internal/xjc/model/Multiplicity;>;
SourceFile: "MultiplicityCounter.java"
InnerClasses:
public final Compositor = com.sun.xml.internal.xsom.XSModelGroup$Compositor of com.sun.xml.internal.xsom.XSModelGroup