public class com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl implements com.sun.org.apache.xerces.internal.xs.XSAttributeDeclaration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl
  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

  java.lang.String fName;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String fTargetNamespace;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType fType;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
    flags: (0x0000) 

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

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

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

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

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

  com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo fDefault;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
    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

  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.XSAttributeDecl this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
         2: .line 57
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
         3: .line 59
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
         4: .line 60
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fUnresolvedTypeName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         5: .line 62
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fConstraintType:S
         6: .line 64
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fScope:S
         7: .line 66
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
         8: .line 68
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         9: .line 70
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
        10: .line 73
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
        11: .line 47
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;

  public void setValues(java.lang.String, java.lang.String, com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType, short, short, com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo, com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl, com.sun.org.apache.xerces.internal.xs.XSObjectList);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;SSLcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String targetNamespace
        start local 3 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType simpleType
        start local 4 // short constraintType
        start local 5 // short scope
        start local 6 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo valInfo
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl enclosingCT
        start local 8 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
         0: .line 79
            aload 0 /* this */
            aload 1 /* name */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
         1: .line 80
            aload 0 /* this */
            aload 2 /* targetNamespace */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
         2: .line 81
            aload 0 /* this */
            aload 3 /* simpleType */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
         3: .line 82
            aload 0 /* this */
            iload 4 /* constraintType */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fConstraintType:S
         4: .line 83
            aload 0 /* this */
            iload 5 /* scope */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fScope:S
         5: .line 84
            aload 0 /* this */
            aload 6 /* valInfo */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         6: .line 85
            aload 0 /* this */
            aload 7 /* enclosingCT */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fEnclosingCT:Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
         7: .line 86
            aload 0 /* this */
            aload 8 /* annotations */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         8: .line 87
            return
        end local 8 // com.sun.org.apache.xerces.internal.xs.XSObjectList annotations
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSComplexTypeDecl enclosingCT
        end local 6 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo valInfo
        end local 5 // short scope
        end local 4 // short constraintType
        end local 3 // com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType simpleType
        end local 2 // java.lang.String targetNamespace
        end local 1 // java.lang.String name
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            0    9     1             name  Ljava/lang/String;
            0    9     2  targetNamespace  Ljava/lang/String;
            0    9     3       simpleType  Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            0    9     4   constraintType  S
            0    9     5            scope  S
            0    9     6          valInfo  Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            0    9     7      enclosingCT  Lcom/sun/org/apache/xerces/internal/impl/xs/XSComplexTypeDecl;
            0    9     8      annotations  Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    MethodParameters:
                 Name  Flags
      name             
      targetNamespace  
      simpleType       
      constraintType   
      scope            
      valInfo          
      enclosingCT      
      annotations      

  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.XSAttributeDecl this
         0: .line 90
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
         1: .line 91
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
         2: .line 92
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
         3: .line 93
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fUnresolvedTypeName:Lcom/sun/org/apache/xerces/internal/xni/QName;
         4: .line 94
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fConstraintType:S
         5: .line 95
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fScope:S
         6: .line 96
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
         7: .line 97
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
         8: .line 98
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;

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

  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.XSAttributeDecl this
         0: .line 112
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;

  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.XSAttributeDecl this
         0: .line 121
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;

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

  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.XSAttributeDecl this
         0: .line 139
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fScope:S
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;

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

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

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

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

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

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

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

  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.XSAttributeDecl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
         0: .line 195
            aload 0 /* this */
            aload 1 /* namespaceItem */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
         1: .line 196
            return
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            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.XSAttributeDecl this
         0: .line 199
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.getConstraintType:()S
            ifne 2
         1: .line 200
            aconst_null
            goto 3
         2: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.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 199
      StackMap locals:
      StackMap stack: java.lang.Object
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;

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

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

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