public class com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary
  super_class: java.lang.Object
{
  final java.lang.Object delegate;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary this
        start local 1 // java.lang.Object delegate
         0: .line 202
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 203
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary.delegate:Ljava/lang/Object;
         2: .line 204
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationWithThisCachedLibrary;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public java.lang.String m1(java.lang.String, com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary this
        start local 1 // java.lang.String arg0
        start local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary library
         0: .line 208
            new java.lang.StringBuilder
            dup
            ldc "m1_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* library */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary.m0:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "_"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* arg0 */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary library
        end local 1 // java.lang.String arg0
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationWithThisCachedLibrary;
            0    1     1     arg0  Ljava/lang/String;
            0    1     2  library  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "this")
    MethodParameters:
         Name  Flags
      arg0     
      library  
}
SourceFile: "ExportDelegationTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportDelegationTest
InnerClasses:
  public abstract ExportDelegationLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationWithThisCachedLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithThisCachedLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;, delegateTo = "delegate")