public class com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyHeadNode extends com.oracle.truffle.api.dsl.test.examples.ExampleNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyHeadNode
  super_class: com.oracle.truffle.api.dsl.test.examples.ExampleNode
{
  private com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyLookupNode lookup;
    descriptor: Lcom/oracle/truffle/api/dsl/test/examples/RubyCall$RubyLookupNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyDispatchNode dispatch;
    descriptor: Lcom/oracle/truffle/api/dsl/test/examples/RubyCall$RubyDispatchNode;
    flags: (0x0002) ACC_PRIVATE
    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.api.dsl.test.examples.RubyCall$RubyHeadNode this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.api.dsl.test.examples.RubyCallFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.examples.RubyCallFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.examples.RubyCallFactory cannot be resolved\n\tRubyHeadNodeGen cannot be resolved\n\tRubyLookupNodeGen cannot be resolved\n\tRubyDispatchNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyHeadNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/examples/RubyCall$RubyHeadNode;

  public java.lang.Object doCall(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyObject, java.lang.Object, java.lang.Object, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/dsl/test/examples/RubyCall$RubyObject;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyHeadNode this
         0: .line 127
            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.api.dsl.test.examples.RubyCall$RubyHeadNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/examples/RubyCall$RubyHeadNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
                  Name  Flags
      frame             
      receiverObject    
      methodName        
      blockObject       
      argumentsObjects  
}
SourceFile: "RubyCall.java"
NestHost: com.oracle.truffle.api.dsl.test.examples.RubyCall
InnerClasses:
  public abstract RubyDispatchNode = com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyDispatchNode of com.oracle.truffle.api.dsl.test.examples.RubyCall
  public RubyHeadNode = com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyHeadNode of com.oracle.truffle.api.dsl.test.examples.RubyCall
  public abstract RubyLookupNode = com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyLookupNode of com.oracle.truffle.api.dsl.test.examples.RubyCall
  public final RubyObject = com.oracle.truffle.api.dsl.test.examples.RubyCall$RubyObject of com.oracle.truffle.api.dsl.test.examples.RubyCall
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node