public abstract class TRegexExecutorEntryNode
extends com.oracle.truffle.api.nodes.Node
TRegexExecutorNode and specializes on the type of the input strings
provided to TRegexExecRootNode.| Constructor and Description |
|---|
TRegexExecutorEntryNode(TRegexExecutorNode executor) |
| Modifier and Type | Method and Description |
|---|---|
static TRegexExecutorEntryNode |
create(TRegexExecutorNode executor) |
abstract Object |
execute(Object input,
int fromIndex,
int index,
int maxIndex) |
TRegexExecutorNode |
getExecutor() |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic TRegexExecutorEntryNode(TRegexExecutorNode executor)
public static TRegexExecutorEntryNode create(TRegexExecutorNode executor)
public TRegexExecutorNode getExecutor()