public abstract class com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource extends com.oracle.truffle.api.nodes.Node 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$TestConstructorWithSource
  super_class: com.oracle.truffle.api.nodes.Node
{
  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 757
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 758
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 759
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestConstructorWithSource;
            0    3     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

  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=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
         0: .line 763
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTestConstructorWithSourceWrapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestConstructorWithSource;
    MethodParameters:
           Name  Flags
      probeNode  

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
         0: .line 768
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestConstructorWithSource;

  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$TestConstructorWithSource this
         0: .line 772
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestConstructorWithSource;

  public abstract void execute1(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  
}
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 TestConstructorWithSource = com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestConstructorWithSource of com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()