Class LiteralRegexExecNode.EmptyIndexOf
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.regex.literal.LiteralRegexExecNode.EmptyIndexOf
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Enclosing class:
LiteralRegexExecNode
public static final class LiteralRegexExecNode.EmptyIndexOf
extends com.oracle.truffle.api.nodes.Node
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmptyIndexOf(PreCalcResultVisitor preCalcResultVisitor, boolean mustAdvance) -
Method Summary
Modifier and TypeMethodDescriptionprotected RegexResultexecute(com.oracle.truffle.api.strings.TruffleString input, int fromIndex, int toIndex, int regionFrom, int regionTo, Encodings.Encoding encoding) protected StringMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString
-
Field Details
-
mustAdvance
protected final boolean mustAdvance
-
-
Constructor Details
-
EmptyIndexOf
-
-
Method Details
-
getImplName
-
execute
protected RegexResult execute(com.oracle.truffle.api.strings.TruffleString input, int fromIndex, int toIndex, int regionFrom, int regionTo, Encodings.Encoding encoding)
-