Class CompleteInvocation
java.lang.Object
io.deephaven.lang.completion.results.CompletionBuilder
io.deephaven.lang.completion.results.CompleteInvocation
A class specifically for completing invocations; to be called with method results when the cursor is somewhere that a
method is valid.
-
Field Summary
Fields inherited from class io.deephaven.lang.completion.results.CompletionBuilder
len, start
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doCompletion
(Collection<CompletionItem.Builder> results, CompletionRequest request, Method method) Methods inherited from class io.deephaven.lang.completion.results.CompletionBuilder
addMatch, addTokens, getCompleter, placeAfter, replaceNode, replaceToken, replaceTokens
-
Constructor Details
-
CompleteInvocation
-
-
Method Details
-
doCompletion
public void doCompletion(Collection<CompletionItem.Builder> results, CompletionRequest request, Method method)
-