final class com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary
  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 305
            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$ExportsTestStaticWithLibrary.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$ExportsTestStaticWithLibrary this
         0: .line 303
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestStaticWithLibrary;

  public static java.lang.String foo(com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary, int, com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary1);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestStaticWithLibrary;ILcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary1;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary receiver
        start local 1 // int arg
        start local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary1 lib
         0: .line 309
            aload 2 /* lib */
            getstatic com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary.DELEGATE:Ljava/lang/Object;
            bipush 42
            invokevirtual com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary1.foo:(Ljava/lang/Object;I)Ljava/lang/String;
            areturn
        end local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary1 lib
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestStaticWithLibrary;
            0    1     1       arg  I
            0    1     2       lib  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary1;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "DELEGATE")
    MethodParameters:
          Name  Flags
      receiver  
      arg       
      lib       
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  public abstract ExportsTestLibrary1 = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestLibrary1 of com.oracle.truffle.api.library.test.ExportMethodTest
  final ExportsTestStaticWithCachedNode = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode of com.oracle.truffle.api.library.test.ExportMethodTest
  final ExportsTestStaticWithLibrary = com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithLibrary of com.oracle.truffle.api.library.test.ExportMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary1;)