class com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached this
         0: .line 138
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSimpleCached;

  java.lang.String m0(com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestCached1Node;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached this
        start local 1 // com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node node
         0: .line 142
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node.execute:()Ljava/lang/String;
            areturn
        end local 1 // com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node node
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSimpleCached;
            0    1     1  node  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestCached1Node;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
      Name  Flags
      node  

  java.lang.String m1();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached this
         0: .line 147
            ldc "m1"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportSharingTest$TestSimpleCached;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "ExportSharingTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportSharingTest
InnerClasses:
  abstract TestCached1Node = com.oracle.truffle.api.library.test.ExportSharingTest$TestCached1Node of com.oracle.truffle.api.library.test.ExportSharingTest
  TestSimpleCached = com.oracle.truffle.api.library.test.ExportSharingTest$TestSimpleCached of com.oracle.truffle.api.library.test.ExportSharingTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportSharingTest$ExportSharingLibrary;)