Class SLDebuggerNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public class SLDebuggerNode extends SLStatementNode
Implementation of the SL debugger statement. When under the debugger, execution suspends here.
  • Constructor Details

    • SLDebuggerNode

      public SLDebuggerNode()
  • Method Details

    • executeVoid

      public void executeVoid(com.oracle.truffle.api.frame.VirtualFrame frame)
      Description copied from class: SLStatementNode
      Execute this node as as statement, where no return value is necessary.
      Specified by:
      executeVoid in class SLStatementNode
    • hasTag

      public boolean hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag)
      Specified by:
      hasTag in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
      Overrides:
      hasTag in class SLStatementNode