public class sun.jvm.hotspot.oops.FieldType$ArrayInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.FieldType$ArrayInfo
  super_class: java.lang.Object
{
  private int dimension;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.oops.FieldType$ArrayInfo this
        start local 1 // int dimension
        start local 2 // int elementBasicType
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            iload 1 /* dimension */
            putfield sun.jvm.hotspot.oops.FieldType$ArrayInfo.dimension:I
         2: .line 79
            aload 0 /* this */
            iload 2 /* elementBasicType */
            putfield sun.jvm.hotspot.oops.FieldType$ArrayInfo.elementBasicType:I
         3: .line 80
            return
        end local 2 // int elementBasicType
        end local 1 // int dimension
        end local 0 // sun.jvm.hotspot.oops.FieldType$ArrayInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lsun/jvm/hotspot/oops/FieldType$ArrayInfo;
            0    4     1         dimension  I
            0    4     2  elementBasicType  I
    MethodParameters:
                  Name  Flags
      dimension         
      elementBasicType  

  public int dimension();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType$ArrayInfo this
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType$ArrayInfo.dimension:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType$ArrayInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/FieldType$ArrayInfo;

  public int elementBasicType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.FieldType$ArrayInfo this
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.FieldType$ArrayInfo.elementBasicType:I
            ireturn
        end local 0 // sun.jvm.hotspot.oops.FieldType$ArrayInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/FieldType$ArrayInfo;
}
SourceFile: "FieldType.java"
NestHost: sun.jvm.hotspot.oops.FieldType
InnerClasses:
  public ArrayInfo = sun.jvm.hotspot.oops.FieldType$ArrayInfo of sun.jvm.hotspot.oops.FieldType