Package org.ek9lang.lsp
Class Ek9LanguageWords.KeyWordInformation
java.lang.Object
org.ek9lang.lsp.Ek9LanguageWords.KeyWordInformation
- Enclosing class:
Ek9LanguageWords
Holds information relating to the EK9 language keywords.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionKeyWordInformation
(String hover, List<String> completions) KeyWordInformation
(String hover, List<String> completions, Function<TokenResult, Boolean> inContext) Create key word info in terms of hover text, completions for a context of use. -
Method Summary
Modifier and TypeMethodDescriptionboolean
isValidInThisContext
(TokenResult tokenResult) Check if a token is valid in a particular context of use.
-
Field Details
-
hoverText
-
-
Constructor Details
-
Method Details
-
isValidInThisContext
Check if a token is valid in a particular context of use.
-