Class TRegexBacktrackingNFAExecutorNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public final class TRegexBacktrackingNFAExecutorNode extends TRegexBacktrackerSubExecutorNode
This regex executor uses a backtracking algorithm on the NFA. It is used for all expressions that cannot be matched with the DFA, such as expressions with backreferences.