public class com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl implements com.sun.org.apache.xerces.internal.xs.XSElementDeclaration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
  super_class: java.lang.Object
{
  public static final short SCOPE_ABSENT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final short SCOPE_GLOBAL;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short SCOPE_LOCAL;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public java.lang.String fName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String fTargetNamespace;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition fType;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.xni.QName fUnresolvedTypeName;
    descriptor: Lcom/sun/org/apache/xerces/internal/xni/QName;
    flags: (0x0001) ACC_PUBLIC

  short fMiscFlags;
    descriptor: S
    flags: (0x0000) 

  public short fScope;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl fEnclosingCT;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
    flags: (0x0000) 

  public short fBlock;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  public short fFinal;
    descriptor: S
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.xs.XSObjectList fAnnotations;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo fDefault;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
    flags: (0x0001) ACC_PUBLIC

  public com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl fSubGroup;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
    flags: (0x0001) ACC_PUBLIC

  static final int INITIAL_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  int fIDCPos;
    descriptor: I
    flags: (0x0000) 

  com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] fIDConstraints;
    descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    flags: (0x0000) 

  private com.sun.org.apache.xerces.internal.xs.XSNamespaceItem fNamespaceItem;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    flags: (0x0002) ACC_PRIVATE

  private static final short CONSTRAINT_MASK;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final short NILLABLE;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final short ABSTRACT;
    descriptor: S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private java.lang.String fDescription;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
         2: .line 59
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
         3: .line 61
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         4: .line 62
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fUnresolvedTypeName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         5: .line 64
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
         6: .line 65
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
         7: .line 67
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
         8: .line 69
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
         9: .line 71
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
        10: .line 73
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        11: .line 75
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
        12: .line 77
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
        13: .line 80
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
        14: .line 81
            aload 0 /* this */
            iconst_2
            anewarray com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
        15: .line 84
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
        16: .line 137
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
        17: .line 49
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public void setConstraintType(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // short constraintType
         0: .line 93
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            iconst_3
            iand
            ixor
            i2s
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
         1: .line 95
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            iload 1 /* constraintType */
            iconst_3
            iand
            ior
            i2s
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
         2: .line 96
            return
        end local 1 // short constraintType
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    3     1  constraintType  S
    MethodParameters:
                Name  Flags
      constraintType  

  public void setIsNillable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 98
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            iconst_4
            ior
            i2s
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
         1: .line 99
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public void setIsAbstract();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 101
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            bipush 8
            ior
            i2s
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
         1: .line 102
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public void setIsGlobal();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 104
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
         1: .line 105
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public void setIsLocal(com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl enclosingCT
         0: .line 107
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
         1: .line 108
            aload 0 /* this */
            aload 1 /* enclosingCT */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
         2: .line 109
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl enclosingCT
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    3     1  enclosingCT  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
    MethodParameters:
             Name  Flags
      enclosingCT  

  public void addIDConstraint(com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint idc
         0: .line 112
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            arraylength
            if_icmpne 2
         1: .line 113
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            iconst_2
            imul
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.resize:([Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            aload 1 /* idc */
            aastore
         3: .line 116
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint idc
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    4     1   idc  Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    MethodParameters:
      Name  Flags
      idc   

  public com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] getIDConstraints();
    descriptor: ()[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 119
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            ifne 2
         1: .line 120
            aconst_null
            areturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            arraylength
            if_icmpge 4
         3: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.resize:([Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
         4: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  static final com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] resize(com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[], int);
    descriptor: ([Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] oldArray
        start local 1 // int newSize
         0: .line 129
            iload 1 /* newSize */
            anewarray com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint
            astore 2 /* newArray */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] newArray
         1: .line 130
            aload 0 /* oldArray */
            iconst_0
            aload 2 /* newArray */
            iconst_0
            aload 0 /* oldArray */
            arraylength
            iload 1 /* newSize */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 131
            aload 2 /* newArray */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] newArray
        end local 1 // int newSize
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.identity.IdentityConstraint[] oldArray
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  oldArray  [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            0    3     1   newSize  I
            1    3     2  newArray  [Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
    MethodParameters:
          Name  Flags
      oldArray  
      newSize   

  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.XSElementDecl this
         0: .line 139
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
            ifnonnull 18
         1: .line 140
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            ifnull 17
         2: .line 141
            new java.lang.StringBuffer
            dup
         3: .line 142
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
         4: .line 143
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            ifnull 5
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            goto 6
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
      StackMap stack: new 2 new 2 int
         5: iconst_4
         6: .line 142
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl
      StackMap stack: new 2 new 2 int int
            iadd
         7: .line 143
            iconst_3
         8: .line 142
            iadd
         9: .line 141
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
        10: .line 144
            aload 1 /* buffer */
            bipush 34
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        11: .line 145
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 146
            aload 1 /* buffer */
            bipush 34
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        13: .line 147
            aload 1 /* buffer */
            bipush 58
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        14: .line 148
            aload 1 /* buffer */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 149
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
        end local 1 // java.lang.StringBuffer buffer
        16: .line 150
            goto 18
        17: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
        18: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDescription:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
           10   16     1  buffer  Ljava/lang/StringBuffer;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 162
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 163
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            ifnull 3
         2: .line 164
            iload 1 /* code */
            bipush 16
            ishl
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* code */
         3: .line 165
      StackMap locals: int
      StackMap stack:
            iload 1 /* code */
            ireturn
        end local 1 // int code
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            1    4     1  code  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // java.lang.Object o
         0: .line 172
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 179
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
         1: .line 180
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
         2: .line 181
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
         3: .line 182
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
         4: .line 183
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fUnresolvedTypeName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         5: .line 184
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
         6: .line 185
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
         7: .line 186
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
         8: .line 187
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         9: .line 188
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        10: .line 189
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
        11: .line 191
            iconst_0
            istore 1 /* i */
        start local 1 // int i
        12: goto 15
        13: .line 192
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            iload 1 /* i */
            aconst_null
            aastore
        14: .line 191
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            if_icmplt 13
        end local 1 // int i
        16: .line 195
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
        17: .line 196
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
           12   16     1     i  I

  public short getType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 202
            iconst_2
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 210
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public java.lang.String getNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 219
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fTargetNamespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSTypeDefinition getTypeDefinition();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 226
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fType:Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public short getScope();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fScope:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSComplexTypeDefinition getEnclosingCTDefinition();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSComplexTypeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 246
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public short getConstraintType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 253
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            iconst_3
            iand
            i2s
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public java.lang.String getConstraintValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 262
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            ifne 2
         1: .line 263
            aconst_null
            goto 3
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
         3: .line 262
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public boolean getNillable();
    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.XSElementDecl this
         0: .line 275
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            iconst_4
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSNamedMap getIdentityConstraints();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 282
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDConstraints:[Lcom/sun/org/apache/xerces/internal/impl/xs/identity/IdentityConstraint;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fIDCPos:I
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSNamedMapImpl.<init>:([Lcom/sun/org/apache/xerces/internal/xs/XSObject;I)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSElementDeclaration getSubstitutionGroupAffiliation();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSElementDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 290
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fSubGroup:Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public boolean isSubstitutionGroupExclusion(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // short exclusion
         0: .line 302
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
            iload 1 /* exclusion */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // short exclusion
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    2     1  exclusion  S
    MethodParameters:
           Name  Flags
      exclusion  

  public short getSubstitutionGroupExclusions();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 314
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fFinal:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public boolean isDisallowedSubstitution(short);
    descriptor: (S)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // short disallowed
         0: .line 326
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
            iload 1 /* disallowed */
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // short disallowed
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    2     1  disallowed  S
    MethodParameters:
            Name  Flags
      disallowed  

  public short getDisallowedSubstitutions();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 335
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fBlock:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public boolean getAbstract();
    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.XSElementDecl this
         0: .line 342
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fMiscFlags:S
            bipush 8
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSAnnotation getAnnotation();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 349
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            iconst_0
            invokeinterface com.sun.org.apache.xerces.internal.xs.XSObjectList.item:(I)Lcom/sun/org/apache/xerces/internal/xs/XSObject;
            checkcast com.sun.org.apache.xerces.internal.xs.XSAnnotation
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xs.XSAnnotation
         2: areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSObjectList getAnnotations();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 356
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.EMPTY_LIST:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xs.XSObjectList
         2: areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSNamespaceItem getNamespaceItem();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 364
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  void setNamespaceItem(com.sun.org.apache.xerces.internal.xs.XSNamespaceItem);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
         0: .line 368
            aload 0 /* this */
            aload 1 /* namespaceItem */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
         1: .line 369
            return
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
            0    2     1  namespaceItem  Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    MethodParameters:
               Name  Flags
      namespaceItem  

  public java.lang.Object getActualVC();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 372
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            ifne 2
         1: .line 373
            aconst_null
            goto 3
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
         3: .line 372
      StackMap locals:
      StackMap stack: java.lang.Object
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public short getActualVCType();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 378
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            ifne 2
         1: .line 379
            bipush 45
            goto 3
         2: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValueType:S
         3: .line 378
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.ShortList getItemValueTypes();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/ShortList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 384
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.getConstraintType:()S
            ifne 2
         1: .line 385
            aconst_null
            goto 3
         2: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.itemValueTypes:Lcom/sun/org/apache/xerces/internal/xs/ShortList;
         3: .line 384
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xs.ShortList
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;

  public com.sun.org.apache.xerces.internal.xs.XSValue getValueConstraintValue();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
         0: .line 390
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSElementDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSElementDecl;
}
SourceFile: "XSElementDecl.java"