public class NeverPartOfCompilationTestNode extends AbstractTestNode
Modifier and Type | Class and Description |
---|---|
private static class |
NeverPartOfCompilationTestNode.ValueContainer |
Modifier and Type | Field and Description |
---|---|
private AbstractTestNode |
left |
private int |
value |
Constructor and Description |
---|
NeverPartOfCompilationTestNode(AbstractTestNode left,
int value) |
Modifier and Type | Method and Description |
---|---|
int |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
createWrapperNode, isInstrumentable
accept, adoptChildren, assignSourceSection, atomic, atomic, clearSourceSection, clone, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLanguage, getParent, getRootNode, getSourceSection, insert, insert, isSafelyReplaceableBy, onReplace, probe, replace, replace, toString
private AbstractTestNode left
private final int value
public NeverPartOfCompilationTestNode(AbstractTestNode left, int value)
public int execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute
in class AbstractTestNode