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

  public int doInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast4Node this
        start local 1 // int value
         0: .line 276
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast4Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast4Node;
            0    1     1  value  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value != 1"})
    MethodParameters:
       Name  Flags
      value  

  public long doLong(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast4Node this
        start local 1 // long value
         0: .line 281
            lload 1 /* value */
            lneg
            lreturn
        end local 1 // long value
        end local 0 // com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast4Node this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast4Node;
            0    1     1  value  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"value != 42"})
    MethodParameters:
       Name  Flags
      value  

  protected abstract java.lang.Object executeEvaluated(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      operand  
}
SourceFile: "ImplicitCastTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ImplicitCastTest
InnerClasses:
  abstract ImplicitCast4Node = com.oracle.truffle.api.dsl.test.ImplicitCastTest$ImplicitCast4Node 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.NodeChild()
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/ImplicitCastTest$ImplicitCast3Types;)