public final class org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode extends org.graalvm.compiler.nodes.AbstractStateSplit implements org.graalvm.compiler.nodes.spi.LIRLowerable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode
  super_class: org.graalvm.compiler.nodes.AbstractStateSplit
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;>;

  protected org.graalvm.compiler.nodes.ValueNode target;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$OptionalInput(value = org.graalvm.compiler.nodeinfo.InputType.Unchecked:Lorg/graalvm/compiler/nodeinfo/InputType;)

  private final boolean anchored;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            ldc Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
        start local 1 // boolean anchored
         0: .line 50
            aload 0 /* this */
            getstatic org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokestatic org.graalvm.compiler.core.common.type.StampFactory.forVoid:()Lorg/graalvm/compiler/core/common/type/Stamp;
            invokespecial org.graalvm.compiler.nodes.AbstractStateSplit.<init>:(Lorg/graalvm/compiler/graph/NodeClass;Lorg/graalvm/compiler/core/common/type/Stamp;)V
         1: .line 51
            aload 0 /* this */
            iload 1 /* anchored */
            putfield org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.anchored:Z
         2: .line 52
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.target:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 54
            return
        end local 1 // boolean anchored
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;
            0    4     1  anchored  Z
    MethodParameters:
          Name  Flags
      anchored  

  public boolean isAnchored();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
         0: .line 57
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.anchored:Z
            ireturn
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;

  public org.graalvm.compiler.nodes.ValueNode getTarget();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
         0: .line 61
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.target:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;

  public void setTarget(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode target
         0: .line 65
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.target:Lorg/graalvm/compiler/nodes/ValueNode;
            aload 1 /* target */
            invokevirtual org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.updateUsages:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* target */
            putfield org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode.target:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 67
            return
        end local 1 // org.graalvm.compiler.nodes.ValueNode target
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;
            0    3     1  target  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
        Name  Flags
      target  

  public void generate(org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
        start local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool generator
         0: .line 72
            return
        end local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool generator
        end local 0 // org.graalvm.compiler.nodes.debug.instrumentation.InstrumentationBeginNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/graalvm/compiler/nodes/debug/instrumentation/InstrumentationBeginNode;
            0    1     1  generator  Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;
    MethodParameters:
           Name  Flags
      generator  
}
SourceFile: "InstrumentationBeginNode.java"
InnerClasses:
  public abstract OptionalInput = org.graalvm.compiler.graph.Node$OptionalInput of org.graalvm.compiler.graph.Node
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo(cycles = org.graalvm.compiler.nodeinfo.NodeCycles.CYCLES_IGNORED:Lorg/graalvm/compiler/nodeinfo/NodeCycles;, size = org.graalvm.compiler.nodeinfo.NodeSize.SIZE_IGNORED:Lorg/graalvm/compiler/nodeinfo/NodeSize;)