public class com.oracle.truffle.api.dsl.test.NodeCostTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.dsl.test.NodeCostTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NodeCostTest this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.NodeCostTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeCostTest;

  public void testNodeCost();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NodeCostTest this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCostTestNodeFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.NodeCostTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeCostTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNodeCostWithNodeInfo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.NodeCostTest this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCostWithNodeInfoNodeFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.dsl.test.NodeCostTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/NodeCostTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "NodeCostTest.java"
NestMembers:
  com.oracle.truffle.api.dsl.test.NodeCostTest$CostTestNode  com.oracle.truffle.api.dsl.test.NodeCostTest$CostWithNodeInfoNode
InnerClasses:
  abstract CostTestNode = com.oracle.truffle.api.dsl.test.NodeCostTest$CostTestNode of com.oracle.truffle.api.dsl.test.NodeCostTest
  abstract CostWithNodeInfoNode = com.oracle.truffle.api.dsl.test.NodeCostTest$CostWithNodeInfoNode of com.oracle.truffle.api.dsl.test.NodeCostTest