public class com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4
  super_class: com.oracle.truffle.api.nodes.Node
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
         0: .line 839
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode4;

  public com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/ProbeNode;)Lcom/oracle/truffle/api/instrumentation/InstrumentableNode$WrapperNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
        start local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probe
         0: .line 842
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probe
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode4;
            0    1     1  probe  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
    MethodParameters:
       Name  Flags
      probe  

  public boolean isInstrumentable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
         0: .line 846
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode4;

  private void execute1();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
         0: .line 851
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode4;

  public final void execute3();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
         0: .line 854
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode4;
}
SourceFile: "GenerateWrapperTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public ErrorNode4 = com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode4 of com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"No methods starting with name execute found to wrap."})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()