Uses of Class
io.opsit.explang.autosuggest.SourceInfo
-
Packages that use SourceInfo Package Description io.opsit.explang.autosuggest io.opsit.explang.parser.alg -
-
Uses of SourceInfo in io.opsit.explang.autosuggest
Methods in io.opsit.explang.autosuggest that return SourceInfo Modifier and Type Method Description SourceInfoIAutoSuggester. autoSuggest(String input, io.opsit.explang.Compiler.ICtx context, int curPos, boolean returnTokenization, boolean returnErrors, boolean returnSuggestions, boolean filterSuggestions) -
Uses of SourceInfo in io.opsit.explang.parser.alg
Methods in io.opsit.explang.parser.alg that return SourceInfo Modifier and Type Method Description SourceInfoAlgParser. autoSuggest(String inputStr, io.opsit.explang.Compiler.ICtx ctx, int curPos, boolean returnTokenization, boolean returnErrors, boolean returnSuggestions, boolean filterSuggestions)
-