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: .line 47
            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 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
      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 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
        start local 1 // com.sun.xml.internal.xsom.XSParticle p
         0: .line 52
            aload 1 /* p */
            invokeinterface com.sun.xml.internal.xsom.XSParticle.getTerm:()Lcom/sun/xml/internal/xsom/XSTerm;
            aload 0 /* this */
            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 /* m */
        start local 2 // com.sun.tools.internal.xjc.model.Multiplicity m
         1: .line 55
            aload 2 /* m */
            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 /* p */
            invokeinterface com.sun.xml.internal.xsom.XSParticle.getMaxOccurs:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 56
      StackMap locals: com.sun.tools.internal.xjc.model.Multiplicity
      StackMap stack:
            aconst_null
            astore 3 /* max */
        start local 3 // java.math.BigInteger max
         3: goto 5
        end local 3 // java.math.BigInteger max
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            invokeinterface com.sun.xml.internal.xsom.XSParticle.getMaxOccurs:()Ljava/math/BigInteger;
            astore 3 /* max */
        start local 3 // java.math.BigInteger max
         5: .line 60
      StackMap locals: java.math.BigInteger
      StackMap stack:
            aload 2 /* m */
            aload 1 /* p */
            invokeinterface com.sun.xml.internal.xsom.XSParticle.getMinOccurs:()Ljava/math/BigInteger;
            aload 3 /* max */
            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 // java.math.BigInteger max
        end local 2 // com.sun.tools.internal.xjc.model.Multiplicity m
        end local 1 // com.sun.xml.internal.xsom.XSParticle p
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
      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 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
        start local 1 // com.sun.xml.internal.xsom.XSWildcard wc
         0: .line 64
            getstatic com.sun.tools.internal.xjc.model.Multiplicity.ONE:Lcom/sun/tools/internal/xjc/model/Multiplicity;
            areturn
        end local 1 // com.sun.xml.internal.xsom.XSWildcard wc
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
      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 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
        start local 1 // com.sun.xml.internal.xsom.XSModelGroupDecl decl
         0: .line 68
            aload 0 /* this */
            aload 1 /* decl */
            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 // com.sun.xml.internal.xsom.XSModelGroupDecl decl
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
      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 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
        start local 1 // com.sun.xml.internal.xsom.XSModelGroup group
         0: .line 72
            aload 1 /* group */
            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 /* isChoice */
        start local 2 // boolean isChoice
         3: .line 74
            getstatic com.sun.tools.internal.xjc.model.Multiplicity.ZERO:Lcom/sun/tools/internal/xjc/model/Multiplicity;
            astore 3 /* r */
        start local 3 // com.sun.tools.internal.xjc.model.Multiplicity r
         4: .line 76
            aload 1 /* group */
            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 /* p */
        start local 4 // com.sun.xml.internal.xsom.XSParticle p
         6: .line 77
            aload 0 /* this */
            aload 4 /* p */
            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 /* m */
        start local 8 // com.sun.tools.internal.xjc.model.Multiplicity m
         7: .line 79
            aload 3 /* r */
            ifnonnull 10
         8: .line 80
            aload 8 /* m */
            astore 3 /* r */
         9: .line 81
            goto 14
        10: .line 83
      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 /* isChoice */
            ifeq 13
        11: .line 84
            aload 3 /* r */
            aload 8 /* m */
            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 /* r */
        12: .line 85
            goto 14
        13: .line 86
      StackMap locals:
      StackMap stack:
            aload 3 /* r */
            aload 8 /* m */
            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 /* r */
        end local 8 // com.sun.tools.internal.xjc.model.Multiplicity m
        end local 4 // com.sun.xml.internal.xsom.XSParticle p
        14: .line 76
      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: .line 89
            aload 3 /* r */
            areturn
        end local 3 // com.sun.tools.internal.xjc.model.Multiplicity r
        end local 2 // boolean isChoice
        end local 1 // com.sun.xml.internal.xsom.XSModelGroup group
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
      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 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
        start local 1 // com.sun.xml.internal.xsom.XSElementDecl decl
         0: .line 93
            getstatic com.sun.tools.internal.xjc.model.Multiplicity.ONE:Lcom/sun/tools/internal/xjc/model/Multiplicity;
            areturn
        end local 1 // com.sun.xml.internal.xsom.XSElementDecl decl
        end local 0 // com.sun.tools.internal.xjc.reader.xmlschema.MultiplicityCounter this
      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: .line 1
            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: .line 1
            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: .line 1
            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: .line 1
            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