public abstract class com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode9 implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode9
  super_class: java.lang.Object
{
  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$ErrorNode9 this
         0: .line 948
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode9;

  public abstract void execute();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  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$ErrorNode9 this
        start local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probeNode
         0: .line 954
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probeNode
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode9 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode9;
            0    1     1  probeNode  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
    MethodParameters:
           Name  Flags
      probeNode  

  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$ErrorNode9 this
         0: .line 958
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$ErrorNode9;
}
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 abstract ErrorNode9 = com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$ErrorNode9 of com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.test.ExpectError(value = {"Classes annotated with @GenerateWrapper must extend Node."})
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()