public class com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod extends com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod
  super_class: com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
{
  private final java.lang.Object register;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object test;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  com.oracle.truffle.api.interop.InteropLibrary registerInterop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  com.oracle.truffle.api.interop.InteropLibrary testInterop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  java.lang.Object handle;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  final com.oracle.truffle.nfi.test.GlobalNFITest this$0;
    descriptor: Lcom/oracle/truffle/nfi/test/GlobalNFITest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.oracle.truffle.nfi.test.GlobalNFITest);
    descriptor: (Lcom/oracle/truffle/nfi/test/GlobalNFITest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod this
         0: .line 99
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.this$0:Lcom/oracle/truffle/nfi/test/GlobalNFITest;
            aload 0 /* this */
            invokespecial com.oracle.truffle.nfi.test.NFITest$NFITestRootNode.<init>:()V
         1: .line 101
            aload 0 /* this */
            getstatic com.oracle.truffle.nfi.test.GlobalNFITest.registerGlobalCallback:Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.register:Ljava/lang/Object;
         2: .line 102
            aload 0 /* this */
            getstatic com.oracle.truffle.nfi.test.GlobalNFITest.testGlobalCallback:Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.test:Ljava/lang/Object;
         3: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.register:Ljava/lang/Object;
            invokestatic com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.getInterop:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.registerInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         4: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.test:Ljava/lang/Object;
            invokestatic com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.getInterop:(Ljava/lang/Object;)Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.testInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         5: .line 99
            return
        end local 0 // com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/nfi/test/GlobalNFITest$TestGlobalMethod;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Object executeTest(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 111
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.registerInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.register:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.this$0:Lcom/oracle/truffle/nfi/test/GlobalNFITest;
            getfield com.oracle.truffle.nfi.test.GlobalNFITest.callback:Lcom/oracle/truffle/nfi/test/interop/TestCallback;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.handle:Ljava/lang/Object;
         1: .line 112
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.testInterop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod.test:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/nfi/test/GlobalNFITest$TestGlobalMethod;
            0    2     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "GlobalNFITest.java"
NestHost: com.oracle.truffle.nfi.test.GlobalNFITest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public TestGlobalMethod = com.oracle.truffle.nfi.test.GlobalNFITest$TestGlobalMethod of com.oracle.truffle.nfi.test.GlobalNFITest
  protected abstract NFITestRootNode = com.oracle.truffle.nfi.test.NFITest$NFITestRootNode of com.oracle.truffle.nfi.test.NFITest