class com.oracle.objectfile.elf.ELFStrtab$1 extends com.oracle.objectfile.StringSectionImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.objectfile.elf.ELFStrtab$1
  super_class: com.oracle.objectfile.StringSectionImpl
{
  final com.oracle.objectfile.elf.ELFStrtab this$0;
    descriptor: Lcom/oracle/objectfile/elf/ELFStrtab;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.objectfile.elf.ELFStrtab, com.oracle.objectfile.ObjectFile$Element, java.lang.String);
    descriptor: (Lcom/oracle/objectfile/elf/ELFStrtab;Lcom/oracle/objectfile/ObjectFile$Element;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.objectfile.elf.ELFStrtab$1 this
        start local 2 // com.oracle.objectfile.ObjectFile$Element $anonymous0
         0: .line 54
            aload 0 /* this */
            aload 1
            putfield com.oracle.objectfile.elf.ELFStrtab$1.this$0:Lcom/oracle/objectfile/elf/ELFStrtab;
            aload 0 /* this */
            aload 3
            putfield com.oracle.objectfile.elf.ELFStrtab$1.val$name:Ljava/lang/String;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.oracle.objectfile.StringSectionImpl.<init>:(Lcom/oracle/objectfile/ObjectFile$Element;)V
            return
        end local 2 // com.oracle.objectfile.ObjectFile$Element $anonymous0
        end local 0 // com.oracle.objectfile.elf.ELFStrtab$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/objectfile/elf/ELFStrtab$1;
            0    1     2  $anonymous0  Lcom/oracle/objectfile/ObjectFile$Element;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      val$name     final

  public boolean isLoadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFStrtab$1 this
         0: .line 58
            aload 0 /* this */
            getfield com.oracle.objectfile.elf.ELFStrtab$1.val$name:Ljava/lang/String;
            ldc ".dynstr"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // com.oracle.objectfile.elf.ELFStrtab$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFStrtab$1;
}
SourceFile: "ELFStrtab.java"
EnclosingMethod: com.oracle.objectfile.elf.ELFStrtab.<init>:(Lcom/oracle/objectfile/elf/ELFObjectFile;Ljava/lang/String;Lcom/oracle/objectfile/elf/ELFObjectFile$SectionType;)V
NestHost: com.oracle.objectfile.elf.ELFStrtab
InnerClasses:
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
  public final SectionType = com.oracle.objectfile.elf.ELFObjectFile$SectionType of com.oracle.objectfile.elf.ELFObjectFile
  com.oracle.objectfile.elf.ELFStrtab$1