Package com.oracle.truffle.regex.tregex.nodes.nfa
package com.oracle.truffle.regex.tregex.nodes.nfa
-
ClassesClassDescriptionCommon base class for executor nodes used in
TRegexBacktrackingNFAExecutorNode, where the top-level executor represents a full regular expression, and all nested sub-executors represent look-around assertions.Contains the stack used byTRegexBacktrackingNFAExecutorNode.This regex executor uses a backtracking algorithm on the NFA.This regex executor matches a given expression by calculating DFA states from the NFA on the fly, without any caching.