public class com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray
  super_class: java.lang.Object
{
  int length;
    descriptor: I
    flags: (0x0000) 

  java.lang.String[] locations;
    descriptor: [Ljava/lang/String;
    flags: (0x0000) 

  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.XMLSchemaLoader$LocationArray this
         0: .line 942
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 945
            aload 0 /* this */
            iconst_2
            anewarray java.lang.String
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
         2: .line 942
            return
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray;

  public void resize(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
        start local 1 // int oldLength
        start local 2 // int newLength
         0: .line 948
            iload 2 /* newLength */
            anewarray java.lang.String
            astore 3 /* temp */
        start local 3 // java.lang.String[] temp
         1: .line 949
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            iconst_0
            aload 3 /* temp */
            iconst_0
            iload 1 /* oldLength */
            iload 2 /* newLength */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 950
            aload 0 /* this */
            aload 3 /* temp */
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
         3: .line 951
            aload 0 /* this */
            iload 1 /* oldLength */
            iload 2 /* newLength */
            invokestatic java.lang.Math.min:(II)I
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
         4: .line 952
            return
        end local 3 // java.lang.String[] temp
        end local 2 // int newLength
        end local 1 // int oldLength
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray;
            0    5     1  oldLength  I
            0    5     2  newLength  I
            1    5     3       temp  [Ljava/lang/String;
    MethodParameters:
           Name  Flags
      oldLength  
      newLength  

  public void addLocation(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
        start local 1 // java.lang.String location
         0: .line 955
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            arraylength
            if_icmplt 2
         1: .line 956
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            iconst_1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            iconst_2
            imul
            invokestatic java.lang.Math.max:(II)I
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.resize:(II)V
         2: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            aload 1 /* location */
            aastore
         3: .line 959
            return
        end local 1 // java.lang.String location
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray;
            0    4     1  location  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      location  

  public java.lang.String[] getLocationArray();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
         0: .line 962
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            arraylength
            if_icmpge 2
         1: .line 963
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            arraylength
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            invokevirtual com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.resize:(II)V
         2: .line 965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray;

  public java.lang.String getFirstLocation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
         0: .line 969
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            ifle 1
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.locations:[Ljava/lang/String;
            iconst_0
            aaload
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
         0: .line 973
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray.length:I
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xs/XMLSchemaLoader$LocationArray;
}
SourceFile: "XMLSchemaLoader.java"
NestHost: com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader
InnerClasses:
  public LocationArray = com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader$LocationArray of com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader