public abstract class StatementNode extends JavaScriptNode
| Modifier and Type | Field and Description |
|---|---|
static Object |
EMPTY |
INTERMEDIATE_VALUE| Constructor and Description |
|---|
StatementNode() |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
executeConditionAsBoolean(com.oracle.truffle.api.frame.VirtualFrame frame,
JavaScriptNode conditionNode) |
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, copyUninitialized, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializepublic static final Object EMPTY
protected static boolean executeConditionAsBoolean(com.oracle.truffle.api.frame.VirtualFrame frame,
JavaScriptNode conditionNode)