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