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

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

  int doInt(com.oracle.truffle.api.frame.VirtualFrame, int);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;I)I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteWithFrameError2 this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // int a
         0: .line 313
            iload 2 /* a */
            ireturn
        end local 2 // int a
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteWithFrameError2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/dsl/test/ExecuteMethodTest$ExecuteWithFrameError2;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2      a  I
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Method signature (VirtualFrame, int) does not match to the expected signature:%"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        com.oracle.truffle.api.dsl.test.ExpectError(value = {"Method signature (VirtualFrame, int) does not match to the expected signature:%"})
    MethodParameters:
       Name  Flags
      frame  
      a      
}
SourceFile: "ExecuteMethodTest.java"
NestHost: com.oracle.truffle.api.dsl.test.ExecuteMethodTest
InnerClasses:
  abstract ExecuteWithFrameError2 = com.oracle.truffle.api.dsl.test.ExecuteMethodTest$ExecuteWithFrameError2 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;)