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

  public void <init>(com.oracle.truffle.nfi.test.NullableNFITest);
    descriptor: (Lcom/oracle/truffle/nfi/test/NullableNFITest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.NullableNFITest$TestNullableArgNode this
         0: .line 60
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.nfi.test.NullableNFITest$TestNullableArgNode.this$0:Lcom/oracle/truffle/nfi/test/NullableNFITest;
         1: .line 61
            aload 0 /* this */
            ldc "null_arg"
            ldc "(%s) : string"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.NULLABLE:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial com.oracle.truffle.nfi.test.NFITest$SendExecuteNode.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 62
            return
        end local 0 // com.oracle.truffle.nfi.test.NullableNFITest$TestNullableArgNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/nfi/test/NullableNFITest$TestNullableArgNode;
    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: "NullableNFITest.java"
NestHost: com.oracle.truffle.nfi.test.NullableNFITest
InnerClasses:
  protected SendExecuteNode = com.oracle.truffle.nfi.test.NFITest$SendExecuteNode of com.oracle.truffle.nfi.test.NFITest
  public TestNullableArgNode = com.oracle.truffle.nfi.test.NullableNFITest$TestNullableArgNode of com.oracle.truffle.nfi.test.NullableNFITest