Class CompleteInvocation


  • public class CompleteInvocation
    extends CompletionBuilder
    A class specifically for completing invocations; to be called with method results when the cursor is somewhere that a method is valid.
    • Constructor Detail

      • CompleteInvocation

        public CompleteInvocation​(ChunkerCompleter completer,
                                  io.deephaven.lang.generated.Token replacing)
    • Method Detail

      • doCompletion

        public void doCompletion​(java.util.Collection<io.deephaven.proto.backplane.script.grpc.CompletionItem.Builder> results,
                                 CompletionRequest request,
                                 java.lang.reflect.Method method)