public final class com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf extends com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf
  super_class: com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf
{
  private final int fMinOccurs;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fMaxOccurs;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.lang.Object, int, int, int, int);
    descriptor: (ILjava/lang/Object;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf this
        start local 1 // int type
        start local 2 // java.lang.Object leaf
        start local 3 // int minOccurs
        start local 4 // int maxOccurs
        start local 5 // int id
        start local 6 // int position
         0: .line 38
            aload 0 /* this */
            iload 1 /* type */
            aload 2 /* leaf */
            iload 5 /* id */
            iload 6 /* position */
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.<init>:(ILjava/lang/Object;II)V
         1: .line 39
            aload 0 /* this */
            iload 3 /* minOccurs */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf.fMinOccurs:I
         2: .line 40
            aload 0 /* this */
            iload 4 /* maxOccurs */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf.fMaxOccurs:I
         3: .line 41
            return
        end local 6 // int position
        end local 5 // int id
        end local 4 // int maxOccurs
        end local 3 // int minOccurs
        end local 2 // java.lang.Object leaf
        end local 1 // int type
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMRepeatingLeaf;
            0    4     1       type  I
            0    4     2       leaf  Ljava/lang/Object;
            0    4     3  minOccurs  I
            0    4     4  maxOccurs  I
            0    4     5         id  I
            0    4     6   position  I
    MethodParameters:
           Name  Flags
      type       
      leaf       
      minOccurs  
      maxOccurs  
      id         
      position   

  final int getMinOccurs();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf this
         0: .line 44
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf.fMinOccurs:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMRepeatingLeaf;

  final int getMaxOccurs();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf this
         0: .line 48
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf.fMaxOccurs:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMRepeatingLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMRepeatingLeaf;
}
SourceFile: "XSCMRepeatingLeaf.java"