public abstract class TRegexExecutorEntryNode
extends com.oracle.truffle.api.nodes.Node
TRegexExecutorNode and specializes on the type of the input strings
provided to TRegexExecNode.| Constructor and Description |
|---|
TRegexExecutorEntryNode(RegexLanguage language,
TRegexExecutorNode executor) |
| Modifier and Type | Method and Description |
|---|---|
static TRegexExecutorEntryNode |
create(RegexLanguage language,
TRegexExecutorNode executor) |
abstract Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
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, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic TRegexExecutorEntryNode(RegexLanguage language, TRegexExecutorNode executor)
public static TRegexExecutorEntryNode create(RegexLanguage language, TRegexExecutorNode executor)
public TRegexExecutorNode getExecutor()