abstract class com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node 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.ImplicitCastTest$ImplicitCast1Node
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
         0: .line 159
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast1Node;

  public abstract java.lang.Object executeEvaluated(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      frame    
      operand  

  public java.lang.String op0(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
        start local 1 // java.lang.String value
         0: .line 165
            aload 1 /* value */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast1Node;
            0    1     1  value  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  

  public boolean op1(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
        start local 1 // boolean value
         0: .line 170
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast1Node;
            0    1     1  value  Z
    Exceptions:
      throws java.lang.RuntimeException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(rewriteOn = {Ljava/lang/RuntimeException;})
    MethodParameters:
       Name  Flags
      value  

  public boolean op2(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
        start local 1 // boolean value
         0: .line 175
            iload 1 /* value */
            ireturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast1Node;
            0    1     1  value  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"op1"})
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ImplicitCastTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ImplicitCastTest
InnerClasses:
  abstract ImplicitCast1Node = com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast1Node of com.oracle.truffle.api.dsl.test.ImplicitCastTest
  public ValueNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode of com.oracle.truffle.api.dsl.test.TypeSystemTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast0Types;)
      com.oracle.truffle.api.dsl.NodeChild(value = "operand", type = Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast1Node;)