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