Package io.deephaven.lang.completion
Class CompletionLookups
java.lang.Object
io.deephaven.lang.completion.CompletionLookups
A lookup object for various values that the
ChunkerCompleter
might be interested in.
This is extracted into its own class, so preloading can start as soon as the console session starts.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<Class<?>>
static CompletionLookups
preload
(ScriptSession session, Set<CustomCompletion.Factory> customCompletionFactory)
-
Constructor Details
-
CompletionLookups
-
-
Method Details
-
preload
public static CompletionLookups preload(ScriptSession session, Set<CustomCompletion.Factory> customCompletionFactory) -
getStatics
-
getReferencedTables
-
getCustomCompletions
-