Uses of Class
io.opsit.explang.autosuggest.Suggestion
-
Packages that use Suggestion Package Description io.opsit.explang.autosuggest io.opsit.explang.parser.alg -
-
Uses of Suggestion in io.opsit.explang.autosuggest
Fields in io.opsit.explang.autosuggest with type parameters of type Suggestion Modifier and Type Field Description List<Suggestion>SourceInfo. suggestionsMethod parameters in io.opsit.explang.autosuggest with type arguments of type Suggestion Modifier and Type Method Description voidSourceInfo. addAll(Collection<Suggestion> items) -
Uses of Suggestion in io.opsit.explang.parser.alg
Methods in io.opsit.explang.parser.alg that return types with arguments of type Suggestion Modifier and Type Method Description List<Suggestion>AlgParser. mkFunctionsSuggestions(io.opsit.explang.Compiler.ICtx ctx)Return suggestions for function calls.List<Suggestion>AlgParser. mkOperatorSuggestions(io.opsit.explang.Compiler.ICtx ctx, Integer tokType)Return list of suggestions for operators.List<Suggestion>AlgParser. mkSuggestionForToken(Integer tokType, List<Integer> tokens, io.opsit.explang.Compiler.ICtx ctx, boolean filter, Tokenization tz)Build list of suggestions for a token.List<Suggestion>AlgParser. mkSymbolSuggestions(io.opsit.explang.Compiler.ICtx ctx)Return list of suggestions for a symbol literal.List<Suggestion>AlgParser. mkVariablesSuggestions(io.opsit.explang.Compiler.ICtx ctx)Make list of suggestions for a variable.
-