public abstract class TRegexExecutorEntryNode
extends com.oracle.truffle.api.nodes.Node
TRegexExecutorNode and specializes on the type of the input strings
provided to TRegexExecNode.| Modifier and Type | Class and Description |
|---|---|
static class |
TRegexExecutorEntryNode.TRegexExecutorEntryInnerNode |
| Constructor and Description |
|---|
TRegexExecutorEntryNode(RegexLanguage language,
TRegexExecutorBaseNode executor) |
| Modifier and Type | Method and Description |
|---|---|
static TRegexExecutorEntryNode |
create(RegexLanguage language,
TRegexExecutorBaseNode executor) |
abstract Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.strings.TruffleString input,
int fromIndex,
int index,
int maxIndex) |
TRegexExecutorBaseNode |
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, TRegexExecutorBaseNode executor)
public static TRegexExecutorEntryNode create(RegexLanguage language, TRegexExecutorBaseNode executor)
public TRegexExecutorBaseNode getExecutor()
public abstract Object execute(com.oracle.truffle.api.frame.VirtualFrame frame, com.oracle.truffle.api.strings.TruffleString input, int fromIndex, int index, int maxIndex)