class com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private final int level;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
        start local 1 // int level
         0: .line 2325
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 2326
            aload 0 /* this */
            iload 1 /* level */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode.level:I
         2: .line 2327
            return
        end local 1 // int level
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;
            0    3     1  level  I
    MethodParameters:
       Name  Flags
      level  

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode copy
         0: .line 2329
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 2330
            aload 0 /* this */
            aload 1 /* copy */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode.level:I
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode.level:I
         2: .line 2331
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode copy
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;
            0    3     1  copy  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;
    MethodParameters:
      Name  Flags
      copy  

  int getLevel();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
         0: .line 2334
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode.level:I
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;

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

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
         0: .line 2344
            ldc "proxyLanguage"
            ldc ""
            ldc ""
            invokestatic com.oracle.truffle.api.source.Source.newBuilder:(Ljava/lang/String;Ljava/lang/CharSequence;Ljava/lang/String;)Lcom/oracle/truffle/api/source/Source$LiteralBuilder;
            invokevirtual com.oracle.truffle.api.source.Source$LiteralBuilder.build:()Lcom/oracle/truffle/api/source/Source;
            iconst_1
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;

  public void execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 2348
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    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.InstrumentationTest$AsyncNode this
         0: .line 2352
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tAsyncNodeWrapper 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.InstrumentationTest$AsyncNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTest$AsyncNode;
    MethodParameters:
       Name  Flags
      probe  
}
SourceFile: "InstrumentationTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  AsyncNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTest$AsyncNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTest
  public final LiteralBuilder = com.oracle.truffle.api.source.Source$LiteralBuilder of com.oracle.truffle.api.source.Source
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()