final class com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry
  super_class: java.lang.Object
{
  public int offset;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry this
        start local 1 // int offset
        start local 2 // java.lang.String text
         0: .line 148
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 0 /* this */
            iload 1 /* offset */
            putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.offset:I
         2: .line 150
            aload 0 /* this */
            aload 2 /* text */
            putfield com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry.text:Ljava/lang/String;
         3: .line 151
            return
        end local 2 // java.lang.String text
        end local 1 // int offset
        end local 0 // com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/objectfile/pecoff/cv/CVSymbolSectionImpl$CVStringTable$StringTableEntry;
            0    4     1  offset  I
            0    4     2    text  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      offset  
      text    
}
SourceFile: "CVSymbolSectionImpl.java"
NestHost: com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl
InnerClasses:
  final CVStringTable = com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable of com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl
  final StringTableEntry = com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable$StringTableEntry of com.oracle.objectfile.pecoff.cv.CVSymbolSectionImpl$CVStringTable