public static class ControlFlowExceptionPartialEvaluationTest.BlockTestNode extends AbstractTestNode
| Modifier and Type | Field and Description |
|---|---|
private AbstractTestNode[] |
statements |
| Constructor and Description |
|---|
BlockTestNode(AbstractTestNode... statements) |
| Modifier and Type | Method and Description |
|---|---|
int |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
private int |
executeSpecial(com.oracle.truffle.api.frame.VirtualFrame frame) |
createWrapperNode, isInstrumentableaccept, adoptChildren, assignSourceSection, atomic, atomic, clearSourceSection, clone, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLanguage, getParent, getRootNode, getSourceSection, insert, insert, isSafelyReplaceableBy, onReplace, probe, replace, replace, toStringprivate final AbstractTestNode[] statements
public BlockTestNode(AbstractTestNode... statements)
public int execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class AbstractTestNodeprivate int executeSpecial(com.oracle.truffle.api.frame.VirtualFrame frame)