public class sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier implements sun.jvm.hotspot.debugger.cdbg.IndexableFieldIdentifier
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.cdbg.Type type;
    descriptor: Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(sun.jvm.hotspot.debugger.cdbg.Type, int);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Type;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.Type type
        start local 2 // int index
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
         2: .line 35
            aload 0 /* this */
            iload 2 /* index */
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier.index:I
         3: .line 36
            return
        end local 2 // int index
        end local 1 // sun.jvm.hotspot.debugger.cdbg.Type type
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier;
            0    4     1   type  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0    4     2  index  I
    MethodParameters:
       Name  Flags
      type   
      index  

  public sun.jvm.hotspot.debugger.cdbg.Type getType();
    descriptor: ()Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
         0: .line 38
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier.type:Lsun/jvm/hotspot/debugger/cdbg/Type;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
         0: .line 39
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier.index:I
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
         0: .line 40
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier.getIndex:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicIndexableFieldIdentifier;
}
SourceFile: "BasicIndexableFieldIdentifier.java"