Uses of Class
org.languagetool.rules.spelling.symspell.implementation.SuggestionStage.Node
-
Packages that use SuggestionStage.Node Package Description org.languagetool.rules.spelling.symspell.implementation -
-
Uses of SuggestionStage.Node in org.languagetool.rules.spelling.symspell.implementation
Fields in org.languagetool.rules.spelling.symspell.implementation declared as SuggestionStage.Node Modifier and Type Field Description SuggestionStage.Node[][]
ChunkArray. values
Fields in org.languagetool.rules.spelling.symspell.implementation with type parameters of type SuggestionStage.Node Modifier and Type Field Description ChunkArray<SuggestionStage.Node>
SuggestionStage. nodes
Methods in org.languagetool.rules.spelling.symspell.implementation that return SuggestionStage.Node Modifier and Type Method Description SuggestionStage.Node
ChunkArray. getValues(int index)
Methods in org.languagetool.rules.spelling.symspell.implementation with parameters of type SuggestionStage.Node Modifier and Type Method Description int
ChunkArray. add(SuggestionStage.Node value)
void
ChunkArray. setValues(int index, SuggestionStage.Node value)
void
ChunkArray. setValues(int index, SuggestionStage.Node value, SuggestionStage.Node[][] list)
-