public class com.oracle.truffle.nfi.test.ErrnoNFITest$TestErrnoCallback extends com.oracle.truffle.nfi.test.NFITest$SendExecuteNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.nfi.test.ErrnoNFITest$TestErrnoCallback
  super_class: com.oracle.truffle.nfi.test.NFITest$SendExecuteNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.test.ErrnoNFITest$TestErrnoCallback this
         0: .line 97
            aload 0 /* this */
            ldc "errnoCallback"
            ldc "(sint32, ():void):sint32"
            invokespecial com.oracle.truffle.nfi.test.NFITest$SendExecuteNode.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 98
            return
        end local 0 // com.oracle.truffle.nfi.test.ErrnoNFITest$TestErrnoCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/nfi/test/ErrnoNFITest$TestErrnoCallback;

  public java.lang.Object executeTest(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.oracle.truffle.nfi.test.NFITest$SendExecuteNode.executeTest:(Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
}
SourceFile: "ErrnoNFITest.java"
NestHost: com.oracle.truffle.nfi.test.ErrnoNFITest
InnerClasses:
  public TestErrnoCallback = com.oracle.truffle.nfi.test.ErrnoNFITest$TestErrnoCallback of com.oracle.truffle.nfi.test.ErrnoNFITest
  protected SendExecuteNode = com.oracle.truffle.nfi.test.NFITest$SendExecuteNode of com.oracle.truffle.nfi.test.NFITest