public class SLDebuggerNode extends SLStatementNode
| Constructor and Description |
|---|
SLDebuggerNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeVoid(com.oracle.truffle.api.frame.VirtualFrame frame)
Execute this node as as statement, where no return value is necessary.
|
boolean |
hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag) |
addRootTag, addStatementTag, createWrapper, formatSourceSection, getSourceCharIndex, getSourceEndIndex, getSourceLength, getSourceSection, hasSource, isInstrumentable, setSourceSection, setUnavailableSourceSection, toStringfindBlock, getVisibleVariablesIndexOnEnter, hasScope, setVisibleVariablesIndexOnEnter, setVisibleVariablesIndexOnExitaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecializepublic void executeVoid(com.oracle.truffle.api.frame.VirtualFrame frame)
SLStatementNodeexecuteVoid in class SLStatementNodepublic boolean hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag)
hasTag in interface com.oracle.truffle.api.instrumentation.InstrumentableNodehasTag in class SLStatementNode