class com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper implements com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper
  super_class: java.lang.Object
{
  void <init>(com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode, com.oracle.truffle.api.instrumentation.ProbeNode);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNode;Lcom/oracle/truffle/api/instrumentation/ProbeNode;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper this
        start local 1 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode delegate
        start local 2 // com.oracle.truffle.api.instrumentation.ProbeNode probe
         0: .line 427
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 428
            return
        end local 2 // com.oracle.truffle.api.instrumentation.ProbeNode probe
        end local 1 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode delegate
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNodeWrapper;
            0    2     1  delegate  Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNode;
            0    2     2     probe  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
    MethodParameters:
          Name  Flags
      delegate  
      probe     

  public com.oracle.truffle.api.nodes.Node getDelegateNode();
    descriptor: ()Lcom/oracle/truffle/api/nodes/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper this
         0: .line 431
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNodeWrapper;

  public com.oracle.truffle.api.instrumentation.ProbeNode getProbeNode();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/ProbeNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper this
         0: .line 435
            aconst_null
            areturn
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNodeWrapper;
}
SourceFile: "InstrumentableNode.java"
NestHost: com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets
InnerClasses:
  public abstract WrapperNode = com.oracle.truffle.api.instrumentation.InstrumentableNode$WrapperNode of com.oracle.truffle.api.instrumentation.InstrumentableNode
  abstract SimpleNode = com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode of com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets
  SimpleNodeWrapper = com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper of com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets