abstract class com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 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.CreateCastTest$CreateCastNode2
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  int invocations;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 this
         0: .line 97
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
         1: .line 99
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2.invocations:I
         2: .line 97
            return
        end local 0 // com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/dsl/test/CreateCastTest$CreateCastNode2;

  public com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode createCast(com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode);
    descriptor: (Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$ValueNode;)Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 this
        start local 1 // com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode node
         0: .line 103
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2.invocations:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2.invocations:I
         1: .line 104
            aload 1 /* node */
            areturn
        end local 1 // com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode node
        end local 0 // com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/CreateCastTest$CreateCastNode2;
            0    2     1  node  Lcom/oracle/truffle/api/dsl/test/TypeSystemTest$ValueNode;
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.CreateCast(value = {"a", "b"})
    MethodParameters:
      Name  Flags
      node  

  public int doInteger(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 this
        start local 1 // int a
        start local 2 // int b
         0: .line 109
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 2 // int b
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/CreateCastTest$CreateCastNode2;
            0    1     1     a  I
            0    1     2     b  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
      b     
}
SourceFile: "CreateCastTest.java"
NestHost: com.oracle.truffle.api.dsl.test.CreateCastTest
InnerClasses:
  abstract CreateCastNode2 = com.oracle.truffle.api.dsl.test.CreateCastTest$CreateCastNode2 of com.oracle.truffle.api.dsl.test.CreateCastTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.NodeChildren(value = {com.oracle.truffle.api.dsl.NodeChild(value = "a"), com.oracle.truffle.api.dsl.NodeChild(value = "b")})