java.lang.Object
de.grogra.suggest.simplexl.suggestion.SuggestionMaker
de.grogra.suggest.simplexl.suggestion.XLArgumentSuggestion
Suggest arguments in a xl scope (i.e. same as accessmember but split with whitespace)
-
Field Summary
Fields inherited from class de.grogra.suggest.simplexl.suggestion.SuggestionMaker
cont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSuggestions
(SimpleXLParser parser, org.antlr.v4.runtime.tree.ParseTree parseTree, Map<org.antlr.v4.runtime.tree.ParseTree, Symbol> symbolTable, TokenPosition position) Methods inherited from class de.grogra.suggest.simplexl.suggestion.SuggestionMaker
shouldContinue
-
Constructor Details
-
XLArgumentSuggestion
public XLArgumentSuggestion()
-
-
Method Details
-
getSuggestions
public Collection<Suggestion> getSuggestions(SimpleXLParser parser, org.antlr.v4.runtime.tree.ParseTree parseTree, Map<org.antlr.v4.runtime.tree.ParseTree, Symbol> symbolTable, TokenPosition position) - Specified by:
getSuggestions
in classSuggestionMaker
-