public class com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf extends com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf
  super_class: com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode
{
  private java.lang.Object fLeaf;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private int fParticleId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int fPosition;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, java.lang.Object, int, int);
    descriptor: (ILjava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
        start local 1 // int type
        start local 2 // java.lang.Object leaf
        start local 3 // int id
        start local 4 // int position
         0: .line 62
            aload 0 /* this */
            iload 1 /* type */
            invokespecial com.sun.org.apache.xerces.internal.impl.dtd.models.CMNode.<init>:(I)V
         1: .line 42
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fLeaf:Ljava/lang/Object;
         2: .line 47
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fParticleId:I
         3: .line 54
            aload 0 /* this */
            iconst_m1
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
         4: .line 65
            aload 0 /* this */
            aload 2 /* leaf */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fLeaf:Ljava/lang/Object;
         5: .line 66
            aload 0 /* this */
            iload 3 /* id */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fParticleId:I
         6: .line 67
            aload 0 /* this */
            iload 4 /* position */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
         7: .line 68
            return
        end local 4 // int position
        end local 3 // int id
        end local 2 // java.lang.Object leaf
        end local 1 // int type
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;
            0    8     1      type  I
            0    8     2      leaf  Ljava/lang/Object;
            0    8     3        id  I
            0    8     4  position  I
    MethodParameters:
          Name  Flags
      type      
      leaf      
      id        
      position  

  final java.lang.Object getLeaf();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fLeaf:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;

  final int getParticleId();
    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.XSCMLeaf this
         0: .line 79
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fParticleId:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;

  final int getPosition();
    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.XSCMLeaf this
         0: .line 83
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;

  final void setPosition(int);
    descriptor: (I)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
        start local 1 // int newPosition
         0: .line 87
            aload 0 /* this */
            iload 1 /* newPosition */
            putfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
         1: .line 88
            return
        end local 1 // int newPosition
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;
            0    2     1  newPosition  I
    MethodParameters:
             Name  Flags
      newPosition  

  public boolean isNullable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
         0: .line 98
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            iconst_m1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
         0: .line 102
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fLeaf:Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 1 /* strRet */
        start local 1 // java.lang.StringBuffer strRet
         1: .line 103
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            iflt 8
         2: .line 104
            aload 1 /* strRet */
         3: .line 106
            new java.lang.StringBuilder
            dup
            ldc " (Pos:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 107
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 108
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 106
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 104
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 111
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            aload 1 /* strRet */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer strRet
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;
            1    9     1  strRet  Ljava/lang/StringBuffer;

  protected void calcFirstPos(com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
        start local 1 // com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet toSet
         0: .line 118
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            iconst_m1
            if_icmpne 2
         1: .line 119
            aload 1 /* toSet */
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet.zeroBits:()V
            goto 3
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 1 /* toSet */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet.setBit:(I)V
         3: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet toSet
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;
            0    4     1  toSet  Lcom/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet;
    MethodParameters:
       Name  Flags
      toSet  

  protected void calcLastPos(com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
        start local 1 // com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet toSet
         0: .line 128
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            iconst_m1
            if_icmpne 2
         1: .line 129
            aload 1 /* toSet */
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet.zeroBits:()V
            goto 3
         2: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* toSet */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf.fPosition:I
            invokevirtual com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet.setBit:(I)V
         3: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.dtd.models.CMStateSet toSet
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.models.XSCMLeaf this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/models/XSCMLeaf;
            0    4     1  toSet  Lcom/sun/org/apache/xerces/internal/impl/dtd/models/CMStateSet;
    MethodParameters:
       Name  Flags
      toSet  
}
SourceFile: "XSCMLeaf.java"