public abstract class TRegexExecutorBaseNode
extends com.oracle.truffle.api.nodes.Node
implements com.oracle.truffle.api.instrumentation.InstrumentableNode
| Constructor and Description |
|---|
TRegexExecutorBaseNode() |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode |
createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode probeNode) |
abstract Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
TRegexExecutorLocals locals,
com.oracle.truffle.api.strings.TruffleString.CodeRange codeRange,
boolean tString) |
boolean |
isInstrumentable() |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic abstract Object execute(com.oracle.truffle.api.frame.VirtualFrame frame, TRegexExecutorLocals locals, com.oracle.truffle.api.strings.TruffleString.CodeRange codeRange, boolean tString)
public final boolean isInstrumentable()
isInstrumentable in interface com.oracle.truffle.api.instrumentation.InstrumentableNodepublic com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode createWrapper(com.oracle.truffle.api.instrumentation.ProbeNode probeNode)
createWrapper in interface com.oracle.truffle.api.instrumentation.InstrumentableNode