public class com.oracle.truffle.nfi.test.NumericNFITest$TestPingPongNode 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.NumericNFITest$TestPingPongNode
  super_class: com.oracle.truffle.nfi.test.NFITest$SendExecuteNode
{
  final com.oracle.truffle.nfi.test.NumericNFITest this$0;
    descriptor: Lcom/oracle/truffle/nfi/test/NumericNFITest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.oracle.truffle.nfi.test.NumericNFITest);
    descriptor: (Lcom/oracle/truffle/nfi/test/NumericNFITest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.NumericNFITest$TestPingPongNode this
         0: .line 287
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.nfi.test.NumericNFITest$TestPingPongNode.this$0:Lcom/oracle/truffle/nfi/test/NumericNFITest;
         1: .line 288
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "pingpong_"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1
            getfield com.oracle.truffle.nfi.test.NumericNFITest.type:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1
            invokevirtual com.oracle.truffle.nfi.test.NumericNFITest.getPingPongSignature:()Ljava/lang/String;
            invokespecial com.oracle.truffle.nfi.test.NFITest$SendExecuteNode.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 289
            return
        end local 0 // com.oracle.truffle.nfi.test.NumericNFITest$TestPingPongNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/nfi/test/NumericNFITest$TestPingPongNode;
    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: (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: "NumericNFITest.java"
NestHost: com.oracle.truffle.nfi.test.NumericNFITest
InnerClasses:
  protected SendExecuteNode = com.oracle.truffle.nfi.test.NFITest$SendExecuteNode of com.oracle.truffle.nfi.test.NFITest
  public TestPingPongNode = com.oracle.truffle.nfi.test.NumericNFITest$TestPingPongNode of com.oracle.truffle.nfi.test.NumericNFITest