Class LiteralRegexExecNode.StartsWith

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.regex.literal.LiteralRegexExecNode.LiteralRegexExecWithRegionMatchNode
com.oracle.truffle.regex.literal.LiteralRegexExecNode.StartsWith
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
LiteralRegexExecNode

public abstract static class LiteralRegexExecNode.StartsWith extends LiteralRegexExecNode.LiteralRegexExecWithRegionMatchNode
  • 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
    StartsWith(PreCalcResultVisitor preCalcResultVisitor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
     
    protected RegexResult
    run(com.oracle.truffle.api.strings.TruffleString input, int fromIndex, int toIndex, int regionFrom, int regionTo, Encodings.Encoding encoding)
     

    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

  • Method Details

    • getImplName

      protected String getImplName()
    • run

      protected RegexResult run(com.oracle.truffle.api.strings.TruffleString input, int fromIndex, int toIndex, int regionFrom, int regionTo, Encodings.Encoding encoding)
    • getLiteral

      protected String getLiteral()