abstract class com.oracle.truffle.api.dsl.test.NodeFieldTest$StringFieldTestNode 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$StringFieldTestNode
  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$StringFieldTestNode 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$StringFieldTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeFieldTest$StringFieldTestNode;

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

  java.lang.String stringField();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NodeFieldTest$StringFieldTestNode this
         0: .line 132
            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$StringFieldTestNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeFieldTest$StringFieldTestNode;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
}
SourceFile: "NodeFieldTest.java"
NestHost: com.oracle.truffle.api.dsl.test.NodeFieldTest
InnerClasses:
  abstract StringFieldTestNode = com.oracle.truffle.api.dsl.test.NodeFieldTest$StringFieldTestNode 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 = "field", type = Ljava/lang/String;)