public class com.oracle.truffle.nfi.test.LateBindNFITest$BindAndExecuteNode 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.LateBindNFITest$BindAndExecuteNode
  super_class: com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
{
  com.oracle.truffle.nfi.test.LateBindNFITest$DoBindAndExecute bindAndExecute;
    descriptor: Lcom/oracle/truffle/nfi/test/LateBindNFITest$DoBindAndExecute;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  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.LateBindNFITest$BindAndExecuteNode this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.nfi.test.LateBindNFITestFactory cannot be resolved\n\tDoBindAndExecuteNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.nfi.test.LateBindNFITest$BindAndExecuteNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/nfi/test/LateBindNFITest$BindAndExecuteNode;

  public final java.lang.Object executeTest(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.LateBindNFITest$BindAndExecuteNode this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.nfi.test.LateBindNFITest$BindAndExecuteNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/nfi/test/LateBindNFITest$BindAndExecuteNode;
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "LateBindNFITest.java"
NestHost: com.oracle.truffle.nfi.test.LateBindNFITest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public BindAndExecuteNode = com.oracle.truffle.nfi.test.LateBindNFITest$BindAndExecuteNode of com.oracle.truffle.nfi.test.LateBindNFITest
  abstract DoBindAndExecute = com.oracle.truffle.nfi.test.LateBindNFITest$DoBindAndExecute of com.oracle.truffle.nfi.test.LateBindNFITest
  protected abstract NFITestRootNode = com.oracle.truffle.nfi.test.NFITest$NFITestRootNode of com.oracle.truffle.nfi.test.NFITest