class jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer implements jdk.tools.jaotc.jnilibelf.ELFContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer
  super_class: java.lang.Object
{
  private final int symTabSectionIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.elf.JELFRelocObject$SymTabELFContainer this
        start local 1 // int symTabSectionIndex
         0: .line 406
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 407
            aload 0 /* this */
            iload 1 /* symTabSectionIndex */
            putfield jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer.symTabSectionIndex:I
         2: .line 408
            return
        end local 1 // int symTabSectionIndex
        end local 0 // jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Ljdk/tools/jaotc/binformat/elf/JELFRelocObject$SymTabELFContainer;
            0    3     1  symTabSectionIndex  I
    MethodParameters:
                    Name  Flags
      symTabSectionIndex  

  public java.lang.String getContainerName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer this
         0: .line 412
            ldc ".symtab"
            areturn
        end local 0 // jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/elf/JELFRelocObject$SymTabELFContainer;

  public int getSectionId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer this
         0: .line 417
            aload 0 /* this */
            getfield jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer.symTabSectionIndex:I
            ireturn
        end local 0 // jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/binformat/elf/JELFRelocObject$SymTabELFContainer;
}
SourceFile: "JELFRelocObject.java"
NestHost: jdk.tools.jaotc.binformat.elf.JELFRelocObject
InnerClasses:
  private SymTabELFContainer = jdk.tools.jaotc.binformat.elf.JELFRelocObject$SymTabELFContainer of jdk.tools.jaotc.binformat.elf.JELFRelocObject