Package io.deephaven.lang.completion.results


package io.deephaven.lang.completion.results
  • Classes
    Class
    Description
    A class specifically for completing assignment statements; to be called after the completer has discovered the cursor near an assignment token.
    A class specifically for completing column expression; to be called after the completer has discovered the a column expression with an = and the cursor is at or after =.
    A class specifically for completing column names; to be called after the completer has discovered the name of the column to match.
    A class specifically for completing invocations; to be called with method results when the cursor is somewhere that a method is valid.
    A class specifically for completing table names; to be called after the completer has discovered the name of the table.
    A class specifically for completing table namespaces; to be called after the completer has discovered the name of the namespace.
    A class specifically for completing variable names.
    Some basic tools for computing completion results.
    A list-like object that performs fuzzy sorting on the edit distance of strings.