public final class com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry
  super_class: java.lang.Object
{
  private final int shName;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int shType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long shFlags;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long shAddr;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long shOffset;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long shSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int shLink;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int shInfo;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long shAddralign;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long shEntsize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            ldc Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, int, long, long, long, long, int, int, long, long);
    descriptor: (IIJJJJIIJJ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=17, args_size=11
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
        start local 1 // int shName
        start local 2 // int shType
        start local 3 // long shFlags
        start local 5 // long shAddr
        start local 7 // long shOffset
        start local 9 // long shSize
        start local 11 // int shLink
        start local 12 // int shInfo
        start local 13 // long shAddralign
        start local 15 // long shEntsize
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            getstatic com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.$assertionsDisabled:Z
            ifne 2
            lload 9 /* shSize */
            ldc 9223372036854775807
            lcmp
            iflt 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 54
      StackMap locals: com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry int int long long long long int int long long
      StackMap stack:
            aload 0 /* this */
            iload 1 /* shName */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shName:I
         3: .line 55
            aload 0 /* this */
            iload 2 /* shType */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shType:I
         4: .line 56
            aload 0 /* this */
            lload 3 /* shFlags */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shFlags:J
         5: .line 57
            aload 0 /* this */
            lload 5 /* shAddr */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shAddr:J
         6: .line 58
            aload 0 /* this */
            lload 7 /* shOffset */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shOffset:J
         7: .line 59
            aload 0 /* this */
            lload 9 /* shSize */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shSize:J
         8: .line 60
            aload 0 /* this */
            iload 11 /* shLink */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shLink:I
         9: .line 61
            aload 0 /* this */
            iload 12 /* shInfo */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shInfo:I
        10: .line 62
            aload 0 /* this */
            lload 13 /* shAddralign */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shAddralign:J
        11: .line 63
            aload 0 /* this */
            lload 15 /* shEntsize */
            putfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shEntsize:J
        12: .line 64
            return
        end local 15 // long shEntsize
        end local 13 // long shAddralign
        end local 12 // int shInfo
        end local 11 // int shLink
        end local 9 // long shSize
        end local 7 // long shOffset
        end local 5 // long shAddr
        end local 3 // long shFlags
        end local 2 // int shType
        end local 1 // int shName
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;
            0   13     1       shName  I
            0   13     2       shType  I
            0   13     3      shFlags  J
            0   13     5       shAddr  J
            0   13     7     shOffset  J
            0   13     9       shSize  J
            0   13    11       shLink  I
            0   13    12       shInfo  I
            0   13    13  shAddralign  J
            0   13    15    shEntsize  J
    MethodParameters:
             Name  Flags
      shName       
      shType       
      shFlags      
      shAddr       
      shOffset     
      shSize       
      shLink       
      shInfo       
      shAddralign  
      shEntsize    

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 67
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shType:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  protected long getFlags();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 71
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shFlags:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public java.lang.String getName(com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable);
    descriptor: (Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
        start local 1 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable sht
         0: .line 75
            aload 1 /* sht */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shName:I
            invokevirtual com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable.getString:(I)Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable sht
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;
            0    1     1   sht  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable;
    MethodParameters:
      Name  Flags
      sht   

  public long getOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 79
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shOffset:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 83
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shSize:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public int getLink();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 87
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shLink:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getEntrySize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 91
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shEntsize:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getShAddr();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 95
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shAddr:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getShAddralign();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 99
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shAddralign:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getShEntsize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 103
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shEntsize:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getShFlags();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 107
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shFlags:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public int getShInfo();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 111
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shInfo:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public int getShLink();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 115
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shLink:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public int getShName();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 119
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shName:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getShOffset();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 123
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shOffset:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public long getShSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 127
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shSize:J
            lreturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;

  public int getShType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry.shType:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/elf/ElfSectionHeaderTable$Entry;
}
SourceFile: "ElfSectionHeaderTable.java"
NestHost: com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable
InnerClasses:
  public final Entry = com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable$Entry of com.oracle.truffle.llvm.parser.elf.ElfSectionHeaderTable