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

  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   
      value2  

  public java.lang.String op1(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$ImplicitCast0Node this
        start local 1 // java.lang.String value
         0: .line 122
            aload 1 /* value */
            areturn
        end local 1 // java.lang.String value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast0Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast0Node;
            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=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast0Node this
        start local 1 // boolean value
         0: .line 127
            iload 1 /* value */
            ireturn
        end local 1 // boolean value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast0Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast0Node;
            0    1     1  value  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ImplicitCastTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ImplicitCastTest
InnerClasses:
  abstract ImplicitCast0Node = com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast0Node 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$ImplicitCast0Node;)