public abstract class com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor 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$TestCopyConstructor
  super_class: com.oracle.truffle.api.nodes.Node
{
  public void <init>(com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestCopyConstructor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor this
        start local 1 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor sourceSection
         0: .line 783
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 784
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor sourceSection
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestCopyConstructor;
            0    2     1  sourceSection  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestCopyConstructor;
    MethodParameters:
               Name  Flags
      sourceSection  

  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  

  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$TestCopyConstructor this
         0: .line 790
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTestCopyConstructorWrapper 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$TestCopyConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestCopyConstructor;
    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$TestCopyConstructor this
         0: .line 794
            iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/GenerateWrapperTest$TestCopyConstructor;
}
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 TestCopyConstructor = com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest$TestCopyConstructor of com.oracle.truffle.api.instrumentation.test.GenerateWrapperTest
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()