public abstract class AbstractTestNode extends com.oracle.truffle.api.nodes.Node
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTestNode() |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.api.instrument.ProbeNode.WrapperNode |
createWrapperNode() |
abstract int |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
boolean |
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, toStringprotected AbstractTestNode()
public boolean isInstrumentable()
isInstrumentable in class com.oracle.truffle.api.nodes.Nodepublic com.oracle.truffle.api.instrument.ProbeNode.WrapperNode createWrapperNode()
createWrapperNode in class com.oracle.truffle.api.nodes.Nodepublic abstract int execute(com.oracle.truffle.api.frame.VirtualFrame frame)