Uses of Class
edu.washington.cs.knowitall.regex.Match.FinalMatch
-
Packages that use Match.FinalMatch Package Description edu.washington.cs.knowitall.regex -
-
Uses of Match.FinalMatch in edu.washington.cs.knowitall.regex
Methods in edu.washington.cs.knowitall.regex that return Match.FinalMatch Modifier and Type Method Description Match.FinalMatch<E>
FiniteAutomaton.Automaton. lookingAt(java.util.List<E> tokens)
Match.FinalMatch<E>
FiniteAutomaton.Automaton. lookingAt(java.util.List<E> tokens, int startIndex)
-