public class com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode 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.InstrumentationUpdateTest$InstrumentationUpdateNode
  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

  com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode child;
    descriptor: Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  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.InstrumentationUpdateTest$InstrumentationUpdateNode this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 260
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 261
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 262
            return
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            0    3     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      sourceSection  

  public void setChild(com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
        start local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode child
         0: .line 265
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* child */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
         1: .line 266
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode child
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            0    2     1  child  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    MethodParameters:
       Name  Flags
      child  

  public com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode getChild();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
         0: .line 269
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            instanceof com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            ifeq 2
         1: .line 270
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            checkcast com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode.getDelegateNode:()Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode
            areturn
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;

  void notifyChildInsert();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
         0: .line 276
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.notifyInserted:(Lcom/oracle/truffle/api/nodes/Node;)V
         1: .line 277
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;

  public void execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 280
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            ifnull 2
         1: .line 281
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.child:Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.execute:(Lcom/oracle/truffle/api/frame/VirtualFrame;)V
         2: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
            0    3     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  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.InstrumentationUpdateTest$InstrumentationUpdateNode this
         0: .line 287
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;

  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.InstrumentationUpdateTest$InstrumentationUpdateNode this
         0: .line 291
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;

  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.InstrumentationUpdateTest$InstrumentationUpdateNode this
         0: .line 295
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInstrumentationUpdateNodeWrapper 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.InstrumentationUpdateTest$InstrumentationUpdateNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationUpdateTest$InstrumentationUpdateNode;
    MethodParameters:
       Name  Flags
      probe  
}
SourceFile: "InstrumentationUpdateTest.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  public InstrumentationUpdateNode = com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest$InstrumentationUpdateNode of com.oracle.truffle.api.instrumentation.test.InstrumentationUpdateTest
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()