Uses of Class
org.languagetool.rules.UnsyncStack
-
Packages that use UnsyncStack Package Description org.languagetool.rules -
-
Uses of UnsyncStack in org.languagetool.rules
Methods in org.languagetool.rules with parameters of type UnsyncStack Modifier and Type Method Description private @Nullable RuleMatch
GenericUnpairedBracketsRule. createMatch(java.util.List<RuleMatch> ruleMatches, UnsyncStack<SymbolLocator> ruleMatchStack, int startPos, java.lang.String symbol, AnalyzedSentence sentence, java.util.List<AnalyzedSentence> sentences)
private boolean
GenericUnpairedBracketsRule. fillSymbolStack(int startPosBase, AnalyzedTokenReadings[] tokens, int i, int j, UnsyncStack<SymbolLocator> symbolStack, AnalyzedSentence sentence)
protected boolean
GenericUnpairedBracketsRule. isNoException(java.lang.String token, AnalyzedTokenReadings[] tokens, int i, int j, boolean precSpace, boolean follSpace, UnsyncStack<SymbolLocator> symbolStack)
Generic method to specify an exception.
-