public abstract class jdk.tools.jaotc.binformat.NativeSymbol
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: jdk.tools.jaotc.binformat.NativeSymbol
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.NativeSymbol this
        start local 1 // int index
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            iload 1 /* index */
            putfield jdk.tools.jaotc.binformat.NativeSymbol.index:I
         2: .line 36
            return
        end local 1 // int index
        end local 0 // jdk.tools.jaotc.binformat.NativeSymbol this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/tools/jaotc/binformat/NativeSymbol;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.NativeSymbol this
         0: .line 42
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.NativeSymbol.index:I
            ireturn
        end local 0 // jdk.tools.jaotc.binformat.NativeSymbol this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/NativeSymbol;

  public void setIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.binformat.NativeSymbol this
        start local 1 // int index
         0: .line 49
            aload 0 /* this */
            iload 1 /* index */
            putfield jdk.tools.jaotc.binformat.NativeSymbol.index:I
         1: .line 50
            return
        end local 1 // int index
        end local 0 // jdk.tools.jaotc.binformat.NativeSymbol this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/tools/jaotc/binformat/NativeSymbol;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "NativeSymbol.java"