abstract class com.oracle.truffle.api.dsl.test.NodeFieldTest$ObjectContainerNode extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.NodeFieldTest$ObjectContainerNode
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NodeFieldTest$ObjectContainerNode this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tThe import com.oracle.truffle.api.dsl.test.NodeFieldTestFactory cannot be resolved\n\tIntFieldTestNodeFactory cannot be resolved\n\tIntFieldNoGetterTestNodeFactory cannot be resolved\n\tMultipleFieldsTestNodeFactory cannot be resolved\n\tStringFieldTestNodeFactory cannot be resolved\n\tRewriteTestNodeFactory cannot be resolved\n\tTestContainerFactory cannot be resolved\n\tObjectContainerNodeFactory cannot be resolved\n\tUncachedNodeIntFieldTestNodeGen cannot be resolved\n\tUncachedNodeObjectFieldTestNodeGen cannot be resolved\n\tUncachedNodeObjectFieldTestNodeGen cannot be resolved\n\tUncachedNodeObjectFieldTestNodeGen cannot be resolved\n\tUncachedNodeIntFieldRefNodeGen cannot be resolved\n\tUncachedNodeIntFieldRefNodeGen cannot be resolved\n\tUncachedNodeSettableIntFieldRefNodeGen cannot be resolved\n\tUncachedNodeSettableIntFieldRefNodeGen cannot be resolved\n\tUncachedNodeSettableIntFieldRefNodeGen cannot be resolved\n\tUncachedNodeSettableIntFieldRefNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.NodeFieldTest$ObjectContainerNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeFieldTest$ObjectContainerNode;

  public abstract java.lang.Object getObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  java.lang.Object containerField();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NodeFieldTest$ObjectContainerNode this
         0: .line 192
            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.NodeFieldTest$ObjectContainerNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeFieldTest$ObjectContainerNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
}
SourceFile: "NodeFieldTest.java"
NestHost: com.oracle.truffle.api.dsl.test.NodeFieldTest
InnerClasses:
  abstract ObjectContainerNode = com.oracle.truffle.api.dsl.test.NodeFieldTest$ObjectContainerNode of com.oracle.truffle.api.dsl.test.NodeFieldTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeField(name = "object", type = Ljava/lang/Object;)