public abstract static class TRegexExecNode.RunRegexSearchNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
RunRegexSearchNode() |
| Modifier and Type | Method and Description |
|---|---|
RegexResult |
run(Object input,
int fromIndexArg,
int inputLength,
RegexResult.RegexResultGetStartNode stickyCheckNode) |
protected abstract RegexResult |
runInternal(Object input,
int fromIndexArg,
int inputLength) |
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 RegexResult run(Object input, int fromIndexArg, int inputLength, RegexResult.RegexResultGetStartNode stickyCheckNode)
protected abstract RegexResult runInternal(Object input, int fromIndexArg, int inputLength)