Uses of Class
edu.washington.cs.knowitall.regex.Match.IntermediateMatch
-
Packages that use Match.IntermediateMatch Package Description edu.washington.cs.knowitall.regex -
-
Uses of Match.IntermediateMatch in edu.washington.cs.knowitall.regex
Methods in edu.washington.cs.knowitall.regex with parameters of type Match.IntermediateMatch Modifier and Type Method Description private FiniteAutomaton.State<E>
FiniteAutomaton.Automaton. buildMatch(java.util.Iterator<E> tokenIterator, Expression<E> expression, java.util.concurrent.atomic.AtomicInteger index, FiniteAutomaton.State<E> state, java.util.Iterator<FiniteAutomaton.AbstractEdge<E>> edgeIterator, Match.IntermediateMatch<E> match)
Retrace the path through the NFA and produce an object that represents the match.
-