public static final class LiteralRegexExecNode.EmptyIndexOf
extends com.oracle.truffle.api.nodes.Node
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mustAdvance |
| Constructor and Description |
|---|
EmptyIndexOf(PreCalcResultVisitor preCalcResultVisitor,
boolean mustAdvance) |
| Modifier and Type | Method and Description |
|---|---|
protected RegexResult |
execute(Object input,
int fromIndex,
Encodings.Encoding encoding,
boolean tString) |
protected String |
getImplName() |
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 EmptyIndexOf(PreCalcResultVisitor preCalcResultVisitor, boolean mustAdvance)
protected String getImplName()
protected RegexResult execute(Object input, int fromIndex, Encodings.Encoding encoding, boolean tString)