class com.sun.prism.impl.BaseMesh$MeshGeomComp2VB
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.prism.impl.BaseMesh$MeshGeomComp2VB
  super_class: java.lang.Object
{
  private final int key;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int loc;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int[] locs;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int validLocs;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.sun.prism.impl.BaseMesh this$0;
    descriptor: Lcom/sun/prism/impl/BaseMesh;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 835
            ldc Lcom/sun/prism/impl/BaseMesh;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.prism.impl.BaseMesh, int, int);
    descriptor: (Lcom/sun/prism/impl/BaseMesh;II)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
        start local 2 // int key
        start local 3 // int loc
         0: .line 842
            aload 0 /* this */
            aload 1
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.this$0:Lcom/sun/prism/impl/BaseMesh;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 843
            getstatic com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.$assertionsDisabled:Z
            ifne 2
            iload 3 /* loc */
            ifge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 844
      StackMap locals: com.sun.prism.impl.BaseMesh$MeshGeomComp2VB com.sun.prism.impl.BaseMesh int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* key */
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.key:I
         3: .line 845
            aload 0 /* this */
            iload 3 /* loc */
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.loc:I
         4: .line 846
            aload 0 /* this */
            aconst_null
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
         5: .line 847
            aload 0 /* this */
            iconst_0
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
         6: .line 848
            return
        end local 3 // int loc
        end local 2 // int key
        end local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/prism/impl/BaseMesh$MeshGeomComp2VB;
            0    7     2   key  I
            0    7     3   loc  I
    MethodParameters:
        Name  Flags
      this$0  final
      key     
      loc     

  void addLoc(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
        start local 1 // int loc
         0: .line 851
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            ifnonnull 6
         1: .line 852
            aload 0 /* this */
            iconst_3
            newarray 10
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
         2: .line 853
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            iconst_0
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.loc:I
            iastore
         3: .line 854
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            iconst_1
            iload 1 /* loc */
            iastore
         4: .line 855
            aload 0 /* this */
            iconst_2
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
         5: .line 856
            goto 15
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            arraylength
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            if_icmple 10
         7: .line 857
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            iload 1 /* loc */
            iastore
         8: .line 858
            aload 0 /* this */
            dup
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            iconst_1
            iadd
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
         9: .line 859
            goto 15
        10: .line 860
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            iconst_2
            imul
            newarray 10
            astore 2 /* temp */
        start local 2 // int[] temp
        11: .line 861
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            iconst_0
            aload 2 /* temp */
            iconst_0
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 862
            aload 0 /* this */
            aload 2 /* temp */
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
        13: .line 863
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            iload 1 /* loc */
            iastore
        14: .line 864
            aload 0 /* this */
            dup
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            iconst_1
            iadd
            putfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
        end local 2 // int[] temp
        15: .line 866
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int loc
        end local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lcom/sun/prism/impl/BaseMesh$MeshGeomComp2VB;
            0   16     1   loc  I
           11   15     2  temp  [I
    MethodParameters:
      Name  Flags
      loc   

  int getKey();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
         0: .line 869
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.key:I
            ireturn
        end local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/BaseMesh$MeshGeomComp2VB;

  int getLoc();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
         0: .line 873
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.loc:I
            ireturn
        end local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/BaseMesh$MeshGeomComp2VB;

  int[] getLocs();
    descriptor: ()[I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
         0: .line 877
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.locs:[I
            areturn
        end local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/BaseMesh$MeshGeomComp2VB;

  int getValidLocs();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
         0: .line 881
            aload 0 /* this */
            getfield com.sun.prism.impl.BaseMesh$MeshGeomComp2VB.validLocs:I
            ireturn
        end local 0 // com.sun.prism.impl.BaseMesh$MeshGeomComp2VB this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/impl/BaseMesh$MeshGeomComp2VB;
}
SourceFile: "BaseMesh.java"
NestHost: com.sun.prism.impl.BaseMesh
InnerClasses:
  MeshGeomComp2VB = com.sun.prism.impl.BaseMesh$MeshGeomComp2VB of com.sun.prism.impl.BaseMesh