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

  abstract java.lang.Object execute();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT

  abstract int executeInt(com.oracle.truffle.api.frame.MaterializedFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/MaterializedFrame;)I
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.oracle.truffle.api.nodes.UnexpectedResultException
    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$ExecuteWithFrameError5 this
        start local 1 // int a
         0: .line 342
            iload 1 /* a */
            ireturn
        end local 1 // int a
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteWithFrameError5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/dsl/test/ExecuteMethodTest$ExecuteWithFrameError5;
            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 ExecuteWithFrameError5 = com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteWithFrameError5 of com.oracle.truffle.api.dsl.test.ExecuteMethodTest
    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$ChildNoFrame;)