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
    Modifier and Type
    Field
    Description
    protected final InnerLiteral
     
    protected final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • literalLength

      protected final int literalLength
    • literal

      protected final InnerLiteral literal
  • Constructor Details

    • LiteralRegexExecWithRegionMatchNode

      public LiteralRegexExecWithRegionMatchNode(PreCalcResultVisitor preCalcResultVisitor)
  • Method Details

    • getLiteral

      protected String getLiteral()