public final class SLIfNode extends SLStatementNode
| Constructor and Description |
|---|
SLIfNode(SLExpressionNode conditionNode,
SLStatementNode thenPartNode,
SLStatementNode elsePartNode) |
| 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.
|
addRootTag, addStatementTag, createWrapper, formatSourceSection, getSourceCharIndex, getSourceEndIndex, getSourceLength, getSourceSection, hasSource, hasTag, 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 SLIfNode(SLExpressionNode conditionNode, SLStatementNode thenPartNode, SLStatementNode elsePartNode)
public void executeVoid(com.oracle.truffle.api.frame.VirtualFrame frame)
SLStatementNodeexecuteVoid in class SLStatementNode