public abstract static class TRegexUtil.InvokeExecMethodNode
extends com.oracle.truffle.api.nodes.Node
| Constructor and Description |
|---|
InvokeExecMethodNode() |
| Modifier and Type | Method and Description |
|---|---|
static TRegexUtil.InvokeExecMethodNode |
create() |
abstract Object |
execute(com.oracle.truffle.api.nodes.Node node,
Object compiledRegex,
Object input,
long fromIndex) |
static TRegexUtil.InvokeExecMethodNode |
getUncached() |
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.nodes.Node node, Object compiledRegex, Object input, long fromIndex)
public static TRegexUtil.InvokeExecMethodNode create()
public static TRegexUtil.InvokeExecMethodNode getUncached()