public class com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary
  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$ExportDelegationWithTwoLibrariesAndCachedLibrary this
        start local 1 // java.lang.Object delegate
         0: .line 251
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 252
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary.delegate:Ljava/lang/Object;
         2: .line 253
            return
        end local 1 // java.lang.Object delegate
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary;
            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, com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary this
        start local 1 // java.lang.String arg0
        start local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary exportLib
        start local 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary otherLib
         0: .line 259
            new java.lang.StringBuilder
            dup
            ldc "m1_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* exportLib */
            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 3 /* otherLib */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary.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 3 // com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary otherLib
        end local 2 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary exportLib
        end local 1 // java.lang.String arg0
        end local 0 // com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary;
            0    1     1       arg0  Ljava/lang/String;
            0    1     2  exportLib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;
            0    1     3   otherLib  Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.library.CachedLibrary(value = "this")
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "this")
    MethodParameters:
           Name  Flags
      arg0       
      exportLib  
      otherLib   
}
SourceFile: "ExportDelegationTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportDelegationTest
InnerClasses:
  public abstract Repeat = com.oracle.truffle.api.library.ExportLibrary$Repeat of com.oracle.truffle.api.library.ExportLibrary
  public abstract ExportDelegationLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  public ExportDelegationWithTwoLibrariesAndCachedLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$ExportDelegationWithTwoLibrariesAndCachedLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
  public abstract OtherDelegationLibrary = com.oracle.truffle.api.library.test.ExportDelegationTest$OtherDelegationLibrary of com.oracle.truffle.api.library.test.ExportDelegationTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary$Repeat(value = {com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportDelegationTest$ExportDelegationLibrary;, delegateTo = "delegate"), com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportDelegationTest$OtherDelegationLibrary;, delegateTo = "delegate")})