Interface Completable

All Superinterfaces:
NodeComponent
All Known Implementing Classes:
Executable, Parameter

public interface Completable extends NodeComponent
A node component which handles completion for the node it's been assigned to.
  • Method Details

    • completeSelf

      void completeSelf(Context context, Node from, SuggestionAccumulator suggestions)
      Should complete the current node string.
      Parameters:
      context - The context.
      from - The node to complete.
      suggestions - The suggestion builder.