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 MatchState
Match. createState(Synthesizer synthesizer, AnalyzedTokenReadings token)
Creates a state used for actually matching a token.MatchState
Match. createState(Synthesizer synthesizer, AnalyzedTokenReadings[] tokens, int index, int next)
Creates a state used for actually matching a token.
-