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

  abstract java.lang.Object execute(com.oracle.truffle.api.frame.Frame);
    descriptor: (Lcom/oracle/truffle/api/frame/Frame;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  

  int doInt(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteChildFrameError1 this
        start local 1 // int a
         0: .line 471
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteChildFrameError1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteMethodTest$ExecuteChildFrameError1;
            0    1     1     a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "ExecuteMethodTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ExecuteMethodTest
InnerClasses:
  abstract ExecuteChildFrameError1 = com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteChildFrameError1 of com.oracle.truffle.api.dsl.test.ExecuteMethodTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"No generic execute method found with 0 evaluated arguments for node type ChildVirtualFrame and frame types [com.oracle.truffle.api.frame.Frame]."})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.TypeSystemReference(value = Lcom/oracle/truffle/api/dsl/test/ExecuteMethodTest$ExecuteMethodTypes;)
      com.oracle.truffle.api.dsl.NodeChild(value = "a", type = Lcom/oracle/truffle/api/dsl/test/ExecuteMethodTest$ChildVirtualFrame;)