abstract class com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$UseDoubleEvaluated1Node 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.ExecuteEvaluatedTest$UseDoubleEvaluated1Node
  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.ExecuteEvaluatedTest$UseDoubleEvaluated1Node this
         0: .line 139
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ValueNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$UseDoubleEvaluated1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteEvaluatedTest$UseDoubleEvaluated1Node;

  int call(int, int, int);
    descriptor: (III)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$UseDoubleEvaluated1Node this
        start local 1 // int exp0
        start local 2 // int exp1
        start local 3 // int exp2
         0: .line 143
            iload 1 /* exp0 */
            iload 2 /* exp1 */
            isub
            i2l
            iload 3 /* exp2 */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         1: .line 144
            iload 3 /* exp2 */
            ireturn
        end local 3 // int exp2
        end local 2 // int exp1
        end local 1 // int exp0
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$UseDoubleEvaluated1Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteEvaluatedTest$UseDoubleEvaluated1Node;
            0    2     1  exp0  I
            0    2     2  exp1  I
            0    2     3  exp2  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      exp0  
      exp1  
      exp2  
}
SourceFile: "ExecuteEvaluatedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest
InnerClasses:
  abstract UseDoubleEvaluated1Node = com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$UseDoubleEvaluated1Node of com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest
  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 = "exp0"), com.oracle.truffle.api.dsl.NodeChild(value = "exp1"), com.oracle.truffle.api.dsl.NodeChild(value = "exp2", type = Lcom/oracle/truffle/api/dsl/test/ExecuteEvaluatedTest$DoubleEvaluatedNode;, executeWith = {"exp0", "exp1"})})