Class LiteralRegexExecNode.EmptyEquals

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

public static final class LiteralRegexExecNode.EmptyEquals 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 boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmptyEquals(PreCalcResultVisitor preCalcResultVisitor, boolean mustAdvance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected RegexResult
    execute(com.oracle.truffle.api.strings.TruffleString input, int fromIndex, int toIndex, int regionFrom, int regionTo, Encodings.Encoding encoding)
     
    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

    • mustAdvance

      protected final boolean mustAdvance
  • Constructor Details

  • Method Details

    • getImplName

      protected String getImplName()
    • execute

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