public class com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl implements com.sun.org.apache.xerces.internal.xs.XSAttributeUse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
  super_class: java.lang.Object
{
  public com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl fAttrDecl;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
    flags: (0x0001) ACC_PUBLIC

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

  public short fConstraintType;
    descriptor: S
    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.xs.XSObjectList fAnnotations;
    descriptor: Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0001) ACC_PUBLIC

  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.XSAttributeUseImpl this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
         2: .line 47
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
         3: .line 49
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
         4: .line 51
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         5: .line 53
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         6: .line 42
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  public void reset();
    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.XSAttributeUseImpl this
         0: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         1: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
         2: .line 58
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
         3: .line 59
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
         4: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         5: .line 61
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 67
            iconst_4
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 75
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 84
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  public boolean getRequired();
    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.XSAttributeUseImpl this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            iconst_1
            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.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  public com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration getAttrDeclaration();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSAttributeDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
         0: .line 101
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  public short getConstraintType();
    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.XSAttributeUseImpl this
         0: .line 108
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 117
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
            ifne 2
         1: .line 118
            aconst_null
            goto 3
         2: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.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 117
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 126
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 130
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
            ifne 2
         1: .line 131
            aconst_null
            goto 3
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.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 130
      StackMap locals:
      StackMap stack: java.lang.Object
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 136
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
            ifne 2
         1: .line 137
            bipush 45
            goto 3
         2: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValueType:S
         3: .line 136
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 142
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getConstraintType:()S
            ifne 2
         1: .line 143
            aconst_null
            goto 3
         2: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.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 142
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.xs.ShortList
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 148
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;

  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.XSAttributeUseImpl this
         0: .line 155
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.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.XSAttributeUseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
}
SourceFile: "XSAttributeUseImpl.java"