public class com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl implements com.sun.org.apache.xerces.internal.xs.XSAttributeGroupDefinition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl
  super_class: java.lang.Object
{
  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

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

  private static final int INITIAL_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

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

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

  public java.lang.String fIDAttrName;
    descriptor: Ljava/lang/String;
    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

  protected com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl fAttrUses;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
    flags: (0x0004) ACC_PROTECTED

  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.XSAttributeGroupDecl this
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fName:Ljava/lang/String;
         2: .line 49
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fTargetNamespace:Ljava/lang/String;
         3: .line 51
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
         4: .line 54
            aload 0 /* this */
            iconst_5
            anewarray com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
         5: .line 56
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
         6: .line 58
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fIDAttrName:Ljava/lang/String;
         7: .line 63
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUses:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
         8: .line 67
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
         9: .line 44
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;

  public java.lang.String addAttributeUse(com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl attrUse
         0: .line 77
            aload 1 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            iconst_2
            if_icmpeq 5
         1: .line 78
            aload 1 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.isIDType:()Z
            ifeq 5
         2: .line 82
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fIDAttrName:Ljava/lang/String;
            ifnonnull 4
         3: .line 83
            aload 0 /* this */
            aload 1 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fIDAttrName:Ljava/lang/String;
            goto 5
         4: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fIDAttrName:Ljava/lang/String;
            areturn
         5: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            arraylength
            if_icmpne 7
         6: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            iconst_2
            imul
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.resize:([Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
         7: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            aload 1 /* attrUse */
            aastore
         8: .line 94
            aconst_null
            areturn
        end local 1 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl attrUse
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            0    9     1  attrUse  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
    MethodParameters:
         Name  Flags
      attrUse  

  public void replaceAttributeUse(com.sun.org.apache.xerces.internal.xs.XSAttributeUse, com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl);
    descriptor: (Lcom/sun/org/apache/xerces/internal/xs/XSAttributeUse;Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSAttributeUse oldUse
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl newUse
         0: .line 98
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 99
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            aload 1 /* oldUse */
            if_acmpne 4
         3: .line 100
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aload 2 /* newUse */
            aastore
         4: .line 98
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 2
        end local 3 // int i
         6: .line 103
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl newUse
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSAttributeUse oldUse
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            0    7     1  oldUse  Lcom/sun/org/apache/xerces/internal/xs/XSAttributeUse;
            0    7     2  newUse  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            1    6     3       i  I
    MethodParameters:
        Name  Flags
      oldUse  
      newUse  

  public com.sun.org.apache.xerces.internal.xs.XSAttributeUse getAttributeUse(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xs/XSAttributeUse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
        start local 1 // java.lang.String namespace
        start local 2 // java.lang.String name
         0: .line 106
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 6
         2: .line 107
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            aload 1 /* namespace */
            if_acmpne 5
         3: .line 108
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aload 2 /* name */
            if_acmpne 5
         4: .line 109
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            areturn
         5: .line 106
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 2
        end local 3 // int i
         7: .line 112
            aconst_null
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String namespace
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            0    8     1  namespace  Ljava/lang/String;
            0    8     2       name  Ljava/lang/String;
            1    7     3          i  I
    MethodParameters:
           Name  Flags
      namespace  
      name       

  public com.sun.org.apache.xerces.internal.xs.XSAttributeUse getAttributeUseNoProhibited(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xs/XSAttributeUse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
        start local 1 // java.lang.String namespace
        start local 2 // java.lang.String name
         0: .line 116
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 7
         2: .line 117
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            aload 1 /* namespace */
            if_acmpne 6
         3: .line 118
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aload 2 /* name */
            if_acmpne 6
         4: .line 119
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            iconst_2
            if_icmpeq 6
         5: .line 120
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            areturn
         6: .line 116
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 2
        end local 3 // int i
         8: .line 123
            aconst_null
            areturn
        end local 2 // java.lang.String name
        end local 1 // java.lang.String namespace
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            0    9     1  namespace  Ljava/lang/String;
            0    9     2       name  Ljava/lang/String;
            1    8     3          i  I
    MethodParameters:
           Name  Flags
      namespace  
      name       

  public void removeProhibitedAttrs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
         0: .line 127
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            ifne 1
            return
         1: .line 129
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         2: .line 130
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            anewarray com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
            astore 2 /* uses */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] uses
         3: .line 131
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 8
         5: .line 132
      StackMap locals: int com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            iconst_2
            if_icmpeq 7
         6: .line 133
            aload 2 /* uses */
            iload 1 /* count */
            iinc 1 /* count */ 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 3 /* i */
            aaload
            aastore
         7: .line 131
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 5
        end local 3 // int i
         9: .line 136
            aload 0 /* this */
            aload 2 /* uses */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
        10: .line 137
            aload 0 /* this */
            iload 1 /* count */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
        11: .line 159
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] uses
        end local 1 // int count
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            2   12     1  count  I
            3   12     2   uses  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            4    9     3      i  I

  public java.lang.Object[] validRestrictionOf(java.lang.String, com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
        start local 1 // java.lang.String typeName
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl baseGroup
         0: .line 174
            aconst_null
            astore 3 /* errorArgs */
        start local 3 // java.lang.Object[] errorArgs
         1: .line 175
            aconst_null
            astore 4 /* attrUse */
        start local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl attrUse
         2: .line 176
            aconst_null
            astore 5 /* attrDecl */
        start local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl attrDecl
         3: .line 177
            aconst_null
            astore 6 /* baseAttrUse */
        start local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl baseAttrUse
         4: .line 178
            aconst_null
            astore 7 /* baseAttrDecl */
        start local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl baseAttrDecl
         5: .line 180
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         6: goto 72
         7: .line 182
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.Object[] com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 8 /* i */
            aaload
            astore 4 /* attrUse */
         8: .line 183
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            astore 5 /* attrDecl */
         9: .line 186
            aload 2 /* baseGroup */
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.getAttributeUse:(Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xs/XSAttributeUse;
            checkcast com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
            astore 6 /* baseAttrUse */
        10: .line 187
            aload 6 /* baseAttrUse */
            ifnull 58
        11: .line 192
            aload 6 /* baseAttrUse */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getRequired:()Z
            ifeq 19
            aload 4 /* attrUse */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.getRequired:()Z
            ifne 19
        12: .line 193
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
        13: .line 194
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            ifne 14
            ldc "optional"
            goto 15
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.Object[] com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl int
      StackMap stack: java.lang.Object[] java.lang.Object[] int
        14: ldc "prohibited"
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.Object[] com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl int
      StackMap stack: java.lang.Object[] java.lang.Object[] int java.lang.String
        15: aastore
            dup
            iconst_3
        16: .line 195
            ldc "derivation-ok-restriction.2.1.1"
            aastore
        17: .line 193
            astore 3 /* errorArgs */
        18: .line 196
            aload 3 /* errorArgs */
            areturn
        19: .line 201
      StackMap locals:
      StackMap stack:
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            iconst_2
            if_icmpne 21
        20: .line 202
            goto 71
        21: .line 205
      StackMap locals:
      StackMap stack:
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            astore 7 /* baseAttrDecl */
        22: .line 209
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
        23: .line 210
            aload 7 /* baseAttrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
        24: .line 211
            aload 7 /* baseAttrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getFinal:()S
        25: .line 209
            invokestatic com.sun.org.apache.xerces.internal.impl.xs.XSConstraints.checkSimpleDerivationOk:(Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;Lcom/sun/org/apache/xerces/internal/xs/XSTypeDefinition;S)Z
        26: .line 211
            ifne 31
        27: .line 212
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_3
        28: .line 213
            aload 7 /* baseAttrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fType:Lcom/sun/org/apache/xerces/internal/impl/dv/XSSimpleType;
            invokeinterface com.sun.org.apache.xerces.internal.impl.dv.XSSimpleType.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_4
            ldc "derivation-ok-restriction.2.1.2"
            aastore
        29: .line 212
            astore 3 /* errorArgs */
        30: .line 214
            aload 3 /* errorArgs */
            areturn
        31: .line 221
      StackMap locals:
      StackMap stack:
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
            ifeq 33
        32: .line 222
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
            goto 34
      StackMap locals:
      StackMap stack:
        33: aload 7 /* baseAttrDecl */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.getConstraintType:()S
        34: .line 221
      StackMap locals:
      StackMap stack: int
            istore 9 /* baseConsType */
        start local 9 // int baseConsType
        35: .line 223
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
            ifeq 37
        36: .line 224
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fConstraintType:S
            goto 38
      StackMap locals: int
      StackMap stack:
        37: aload 5 /* attrDecl */
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.getConstraintType:()S
        38: .line 223
      StackMap locals:
      StackMap stack: int
            istore 10 /* thisConstType */
        start local 10 // int thisConstType
        39: .line 226
            iload 9 /* baseConsType */
            iconst_2
            if_icmpne 71
        40: .line 228
            iload 10 /* thisConstType */
            iconst_2
            if_icmpeq 45
        41: .line 229
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
        42: .line 230
            ldc "derivation-ok-restriction.2.1.3.a"
            aastore
        43: .line 229
            astore 3 /* errorArgs */
        44: .line 231
            aload 3 /* errorArgs */
            areturn
        45: .line 234
      StackMap locals: int
      StackMap stack:
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            ifnull 47
        46: .line 235
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            goto 48
      StackMap locals:
      StackMap stack:
        47: aload 7 /* baseAttrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
        48: .line 234
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo
            astore 11 /* baseFixedValue */
        start local 11 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo baseFixedValue
        49: .line 236
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            ifnull 51
        50: .line 237
            aload 4 /* attrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
            goto 52
      StackMap locals: com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo
      StackMap stack:
        51: aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fDefault:Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
        52: .line 236
      StackMap locals:
      StackMap stack: com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo
            astore 12 /* thisFixedValue */
        start local 12 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo thisFixedValue
        53: .line 238
            aload 11 /* baseFixedValue */
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
            aload 12 /* thisFixedValue */
            getfield com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.actualValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 71
        54: .line 239
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
            aload 12 /* thisFixedValue */
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
            aastore
            dup
            iconst_3
        55: .line 240
            aload 11 /* baseFixedValue */
            invokevirtual com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue:()Ljava/lang/String;
            aastore
            dup
            iconst_4
            ldc "derivation-ok-restriction.2.1.3.b"
            aastore
        56: .line 239
            astore 3 /* errorArgs */
        57: .line 241
            aload 3 /* errorArgs */
            areturn
        end local 12 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo thisFixedValue
        end local 11 // com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo baseFixedValue
        end local 10 // int thisConstType
        end local 9 // int baseConsType
        58: .line 253
      StackMap locals:
      StackMap stack:
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            ifnonnull 63
        59: .line 254
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
        60: .line 255
            ldc "derivation-ok-restriction.2.2.a"
            aastore
        61: .line 254
            astore 3 /* errorArgs */
        62: .line 256
            aload 3 /* errorArgs */
            areturn
        63: .line 258
      StackMap locals:
      StackMap stack:
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.allowNamespace:(Ljava/lang/String;)Z
            ifne 71
        64: .line 259
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
        65: .line 260
            aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            ifnonnull 66
            ldc ""
            goto 67
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.Object[] com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl int
      StackMap stack: java.lang.Object[] java.lang.Object[] int
        66: aload 5 /* attrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
      StackMap locals: com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.String com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl java.lang.Object[] com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl int
      StackMap stack: java.lang.Object[] java.lang.Object[] int java.lang.String
        67: aastore
            dup
            iconst_3
        68: .line 261
            ldc "derivation-ok-restriction.2.2.b"
            aastore
        69: .line 259
            astore 3 /* errorArgs */
        70: .line 262
            aload 3 /* errorArgs */
            areturn
        71: .line 180
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        72: iload 8 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 7
        end local 8 // int i
        73: .line 272
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        74: goto 84
        75: .line 274
      StackMap locals:
      StackMap stack:
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 8 /* i */
            aaload
            astore 6 /* baseAttrUse */
        76: .line 276
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fUse:S
            iconst_1
            if_icmpne 83
        77: .line 278
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            astore 7 /* baseAttrDecl */
        78: .line 280
            aload 0 /* this */
            aload 7 /* baseAttrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fTargetNamespace:Ljava/lang/String;
            aload 7 /* baseAttrDecl */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.getAttributeUse:(Ljava/lang/String;Ljava/lang/String;)Lcom/sun/org/apache/xerces/internal/xs/XSAttributeUse;
            ifnonnull 83
        79: .line 281
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            aload 6 /* baseAttrUse */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl.fAttrDecl:Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl.fName:Ljava/lang/String;
            aastore
            dup
            iconst_2
        80: .line 282
            ldc "derivation-ok-restriction.3"
            aastore
        81: .line 281
            astore 3 /* errorArgs */
        82: .line 283
            aload 3 /* errorArgs */
            areturn
        83: .line 272
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        84: iload 8 /* i */
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 75
        end local 8 // int i
        85: .line 293
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            ifnull 99
        86: .line 294
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            ifnonnull 89
        87: .line 295
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            ldc "derivation-ok-restriction.4.1"
            aastore
            astore 3 /* errorArgs */
        88: .line 296
            aload 3 /* errorArgs */
            areturn
        89: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.isSubsetOf:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;)Z
            ifne 92
        90: .line 299
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
            ldc "derivation-ok-restriction.4.2"
            aastore
            astore 3 /* errorArgs */
        91: .line 300
            aload 3 /* errorArgs */
            areturn
        92: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.weakerProcessContents:(Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;)Z
            ifeq 99
        93: .line 303
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* typeName */
            aastore
            dup
            iconst_1
        94: .line 304
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.getProcessContentsAsString:()Ljava/lang/String;
            aastore
            dup
            iconst_2
        95: .line 305
            aload 2 /* baseGroup */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XSWildcardDecl.getProcessContentsAsString:()Ljava/lang/String;
            aastore
            dup
            iconst_3
        96: .line 306
            ldc "derivation-ok-restriction.4.3"
            aastore
        97: .line 303
            astore 3 /* errorArgs */
        98: .line 307
            aload 3 /* errorArgs */
            areturn
        99: .line 311
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 7 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl baseAttrDecl
        end local 6 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl baseAttrUse
        end local 5 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeDecl attrDecl
        end local 4 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl attrUse
        end local 3 // java.lang.Object[] errorArgs
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl baseGroup
        end local 1 // java.lang.String typeName
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  100     0            this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            0  100     1        typeName  Ljava/lang/String;
            0  100     2       baseGroup  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            1  100     3       errorArgs  [Ljava/lang/Object;
            2  100     4         attrUse  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            3  100     5        attrDecl  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            4  100     6     baseAttrUse  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            5  100     7    baseAttrDecl  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeDecl;
            6   73     8               i  I
           35   58     9    baseConsType  I
           39   58    10   thisConstType  I
           49   58    11  baseFixedValue  Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
           53   58    12  thisFixedValue  Lcom/sun/org/apache/xerces/internal/impl/dv/ValidatedInfo;
           74   85     8               i  I
    MethodParameters:
           Name  Flags
      typeName   
      baseGroup  

  static final com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] resize(com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[], int);
    descriptor: ([Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;I)[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
    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.XSAttributeUseImpl[] oldArray
        start local 1 // int newSize
         0: .line 316
            iload 1 /* newSize */
            anewarray com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl
            astore 2 /* newArray */
        start local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] newArray
         1: .line 317
            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 318
            aload 2 /* newArray */
            areturn
        end local 2 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] newArray
        end local 1 // int newSize
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeUseImpl[] oldArray
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  oldArray  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            0    3     1   newSize  I
            1    3     2  newArray  [Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
    MethodParameters:
          Name  Flags
      oldArray  
      newSize   

  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.XSAttributeGroupDecl this
         0: .line 323
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fName:Ljava/lang/String;
         1: .line 324
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fTargetNamespace:Ljava/lang/String;
         2: .line 326
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 327
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            iload 1 /* i */
            aconst_null
            aastore
         5: .line 326
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            if_icmplt 4
        end local 1 // int i
         7: .line 329
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
         8: .line 330
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
         9: .line 331
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAnnotations:Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
        10: .line 332
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fIDAttrName:Ljava/lang/String;
        11: .line 334
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            3    7     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.XSAttributeGroupDecl this
         0: .line 340
            iconst_5
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;

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

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

  public com.sun.org.apache.xerces.internal.xs.XSObjectList getAttributeUses();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSObjectList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
         0: .line 364
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUses:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            ifnonnull 2
         1: .line 365
            aload 0 /* this */
            new com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeUses:[Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeUseImpl;
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUseNum:I
            invokespecial com.sun.org.apache.xerces.internal.impl.xs.util.XSObjectListImpl.<init>:([Lcom/sun/org/apache/xerces/internal/xs/XSObject;I)V
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUses:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
         2: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttrUses:Lcom/sun/org/apache/xerces/internal/impl/xs/util/XSObjectListImpl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;

  public com.sun.org.apache.xerces.internal.xs.XSWildcard getAttributeWildcard();
    descriptor: ()Lcom/sun/org/apache/xerces/internal/xs/XSWildcard;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
         0: .line 374
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fAttributeWC:Lcom/sun/org/apache/xerces/internal/impl/xs/XSWildcardDecl;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;

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

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

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

  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.XSAttributeGroupDecl this
        start local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
         0: .line 399
            aload 0 /* this */
            aload 1 /* namespaceItem */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl.fNamespaceItem:Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
         1: .line 400
            return
        end local 1 // com.sun.org.apache.xerces.internal.xs.XSNamespaceItem namespaceItem
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/xerces/internal/impl/xs/XSAttributeGroupDecl;
            0    2     1  namespaceItem  Lcom/sun/org/apache/xerces/internal/xs/XSNamespaceItem;
    MethodParameters:
               Name  Flags
      namespaceItem  
}
SourceFile: "XSAttributeGroupDecl.java"