abstract class com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2 extends com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2
  super_class: com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2 this
         0: .line 257
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteEvaluatedTest$TestEvaluatedVarArgs2;

  public abstract java.lang.Object execute1(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  
      value  

  int call(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2 this
        start local 1 // int exp0
        start local 2 // int exp1
         0: .line 263
            iload 1 /* exp0 */
            iload 2 /* exp1 */
            iadd
            ireturn
        end local 2 // int exp1
        end local 1 // int exp0
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteEvaluatedTest$TestEvaluatedVarArgs2;
            0    1     1  exp0  I
            0    1     2  exp1  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      exp0  
      exp1  
}
SourceFile: "ExecuteEvaluatedTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest
InnerClasses:
  abstract TestEvaluatedVarArgs2 = com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest$TestEvaluatedVarArgs2 of com.oracle.truffle.api.dsl.test.ExecuteEvaluatedTest
  public abstract ChildrenNode = com.oracle.truffle.api.dsl.test.TypeSystemTest$ChildrenNode of com.oracle.truffle.api.dsl.test.TypeSystemTest