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

  public static java.lang.String foo(com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode, int, com.oracle.truffle.api.library.test.ExportMethodTest$CachedTestNode);
    descriptor: (Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestStaticWithCachedNode;ILcom/oracle/truffle/api/library/test/ExportMethodTest$CachedTestNode;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode receiver
        start local 1 // int arg
        start local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$CachedTestNode node
         0: .line 273
            aload 2 /* node */
            invokevirtual com.oracle.truffle.api.library.test.ExportMethodTest$CachedTestNode.execute:()Ljava/lang/String;
            areturn
        end local 2 // com.oracle.truffle.api.library.test.ExportMethodTest$CachedTestNode node
        end local 1 // int arg
        end local 0 // com.oracle.truffle.api.library.test.ExportMethodTest$ExportsTestStaticWithCachedNode receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestStaticWithCachedNode;
            0    1     1       arg  I
            0    1     2      node  Lcom/oracle/truffle/api/library/test/ExportMethodTest$CachedTestNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      arg       
      node      
}
SourceFile: "ExportMethodTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportMethodTest
InnerClasses:
  abstract CachedTestNode = com.oracle.truffle.api.library.test.ExportMethodTest$CachedTestNode 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
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportMethodTest$ExportsTestLibrary1;)