Uses of Class
org.languagetool.rules.SymbolLocator
Packages that use SymbolLocator
-
Uses of SymbolLocator in org.languagetool.rules
Method parameters in org.languagetool.rules with type arguments of type SymbolLocatorModifier and TypeMethodDescriptionprivate RuleMatchGenericUnpairedBracketsRule.createMatch(List<RuleMatch> ruleMatches, UnsyncStack<SymbolLocator> ruleMatchStack, int startPos, GenericUnpairedBracketsRule.Symbol symbol, AnalyzedSentence sentence, int sentenceIdx, Supplier<String> lazyFullText) private booleanGenericUnpairedBracketsRule.fillSymbolStack(int startPosBase, AnalyzedTokenReadings[] tokens, int i, int j, UnsyncStack<SymbolLocator> symbolStack, AnalyzedSentence sentence, int sentenceIdx) protected booleanGenericUnpairedBracketsRule.isNoException(String token, AnalyzedTokenReadings[] tokens, int i, int j, boolean precSpace, boolean follSpace, UnsyncStack<SymbolLocator> symbolStack) Generic method to specify an exception. -
Uses of SymbolLocator in org.languagetool.rules.ca
Method parameters in org.languagetool.rules.ca with type arguments of type SymbolLocatorModifier and TypeMethodDescriptionprotected booleanCatalanUnpairedBracketsRule.isNoException(String tokenStr, AnalyzedTokenReadings[] tokens, int i, int j, boolean precSpace, boolean follSpace, UnsyncStack<SymbolLocator> symbolStack) -
Uses of SymbolLocator in org.languagetool.rules.es
Method parameters in org.languagetool.rules.es with type arguments of type SymbolLocatorModifier and TypeMethodDescriptionprotected booleanSpanishUnpairedBracketsRule.isNoException(String tokenStr, AnalyzedTokenReadings[] tokens, int i, int j, boolean precSpace, boolean follSpace, UnsyncStack<SymbolLocator> symbolStack)