final class com.oracle.truffle.api.library.test.DefaultExportTest$Custom
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.DefaultExportTest$Custom
  super_class: java.lang.Object
{
  final int value;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.DefaultExportTest$Custom this
        start local 1 // int value
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            iload 1 /* value */
            putfield com.oracle.truffle.api.library.test.DefaultExportTest$Custom.value:I
         2: .line 122
            return
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.library.test.DefaultExportTest$Custom this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/library/test/DefaultExportTest$Custom;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

  int foo();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.DefaultExportTest$Custom this
         0: .line 126
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.DefaultExportTest$Custom.value:I
            ireturn
        end local 0 // com.oracle.truffle.api.library.test.DefaultExportTest$Custom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/DefaultExportTest$Custom;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  int abstractMethod();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.DefaultExportTest$Custom this
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.library.test.DefaultExportTest$Custom.value:I
            ireturn
        end local 0 // com.oracle.truffle.api.library.test.DefaultExportTest$Custom this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/DefaultExportTest$Custom;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "DefaultExportTest.java"
NestHost: com.oracle.truffle.api.library.test.DefaultExportTest
InnerClasses:
  final Custom = com.oracle.truffle.api.library.test.DefaultExportTest$Custom of com.oracle.truffle.api.library.test.DefaultExportTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/DefaultExportTest$DefaultLibrary;)