Class LiteralRegexExecNode.LiteralRegexExecWithRegionMatchNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.regex.literal.LiteralRegexExecNode.LiteralRegexExecWithRegionMatchNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Direct Known Subclasses:
LiteralRegexExecNode.EndsWith,LiteralRegexExecNode.Equals,LiteralRegexExecNode.RegionMatches,LiteralRegexExecNode.StartsWith
- Enclosing class:
LiteralRegexExecNode
public abstract static class LiteralRegexExecNode.LiteralRegexExecWithRegionMatchNode
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
ConstructorsConstructorDescriptionLiteralRegexExecWithRegionMatchNode(PreCalcResultVisitor preCalcResultVisitor) -
Method Summary
Methods 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
-
literalLength
protected final int literalLength -
literal
-
-
Constructor Details
-
LiteralRegexExecWithRegionMatchNode
-
-
Method Details
-
getLiteral
-