final class com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod
  super_class: java.lang.Object
{
  static final java.lang.Object DELEGATE;
    descriptor: Ljava/lang/Object;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 358
            new com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode
            dup
            invokespecial com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode.<init>:()V
            putstatic com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod.DELEGATE:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod this
         0: .line 356
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsWithCachedBindsToReceiverMethod;

  public java.lang.String foo(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod this
        start local 1 // int arg
        start local 2 // java.lang.String lib
         0: .line 363
            ldc "foo"
            areturn
        end local 2 // java.lang.String lib
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsWithCachedBindsToReceiverMethod;
            0    1     1   arg  I
            0    1     2   lib  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached(value = "this.boundMethod()", allowUncached = true)
    MethodParameters:
      Name  Flags
      arg   
      lib   

  java.lang.String boundMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod this
         0: .line 367
            ldc "boundMethod"
            areturn
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsWithCachedBindsToReceiverMethod;
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  final ExportsTestStaticWithCachedNode = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode of com.oracle.truffle.api.library.test.ExportMethodTest
  final ExportsWithCachedBindsToReceiverMethod = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsWithCachedBindsToReceiverMethod of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary1;)