abstract class com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode extends com.oracle.truffle.api.nodes.Node implements com.oracle.truffle.api.instrumentation.InstrumentableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode this
         0: .line 441
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNode;

  public abstract java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      frame  

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

  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=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode this
        start local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probe
         0: .line 452
            new com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper
            dup
            aload 0 /* this */
            aload 1 /* probe */
            invokespecial com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNodeWrapper.<init>:(Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNode;Lcom/oracle/truffle/api/instrumentation/ProbeNode;)V
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.ProbeNode probe
        end local 0 // com.oracle.truffle.api.instrumentation.InstrumentableNodeSnippets$SimpleNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/InstrumentableNodeSnippets$SimpleNode;
            0    1     1  probe  Lcom/oracle/truffle/api/instrumentation/ProbeNode;
    MethodParameters:
       Name  Flags
      probe  
}
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
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.instrumentation.GenerateWrapper()