Uses of Class
org.languagetool.rules.patterns.MatchState
-
Packages that use MatchState Package Description org.languagetool.rules.patterns -
-
Uses of MatchState in org.languagetool.rules.patterns
Methods in org.languagetool.rules.patterns that return MatchState Modifier and Type Method Description MatchStateMatch. createState(Synthesizer synthesizer, AnalyzedTokenReadings token)Creates a state used for actually matching a token.MatchStateMatch. createState(Synthesizer synthesizer, AnalyzedTokenReadings[] tokens, int index, int next)Creates a state used for actually matching a token.
-