Uses of Enum Class
org.languagetool.rules.uk.LemmaHelper.Dir
Packages that use LemmaHelper.Dir
-
Uses of LemmaHelper.Dir in org.languagetool.rules.uk
Methods in org.languagetool.rules.uk that return LemmaHelper.DirModifier and TypeMethodDescriptionstatic LemmaHelper.DirReturns the enum constant of this class with the specified name.static LemmaHelper.Dir[]LemmaHelper.Dir.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.languagetool.rules.uk with parameters of type LemmaHelper.DirModifier and TypeMethodDescription(package private) static intLemmaHelper.tokenSearch(AnalyzedTokenReadings[] tokens, int pos, String posTag, Pattern token, Pattern posTagsToIgnore, LemmaHelper.Dir dir) (package private) static intLemmaHelper.tokenSearch(AnalyzedTokenReadings[] tokens, int pos, Pattern posTag, Pattern token, Pattern posTagsToIgnore, LemmaHelper.Dir dir)