public abstract static class LiteralRegexExecNode.IndexOfString
extends com.oracle.truffle.api.nodes.Node
| Modifier and Type | Field and Description |
|---|---|
protected InnerLiteral |
literal |
protected int |
literalLength |
| Constructor and Description |
|---|
IndexOfString(PreCalcResultVisitor preCalcResultVisitor) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getImplName() |
protected String |
getLiteral() |
protected RegexResult |
run(com.oracle.truffle.api.strings.TruffleString input,
int fromIndex,
Encodings.Encoding encoding,
InputIndexOfStringNode indexOfStringNode) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringprotected final int literalLength
protected final InnerLiteral literal
public IndexOfString(PreCalcResultVisitor preCalcResultVisitor)
protected String getImplName()
protected RegexResult run(com.oracle.truffle.api.strings.TruffleString input, int fromIndex, Encodings.Encoding encoding, InputIndexOfStringNode indexOfStringNode)
protected String getLiteral()