Interface AtlCompletionProcessor.IATLCompletionRecorder

  • Enclosing class:
    AtlCompletionProcessor

    public static interface AtlCompletionProcessor.IATLCompletionRecorder
    This interface is a non-regression utility.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void record​(int offset, java.lang.String line, org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals)
      Records the proposals computed by the completion processor at the given offset.
    • Method Detail

      • record

        void record​(int offset,
                    java.lang.String line,
                    org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals)
        Records the proposals computed by the completion processor at the given offset.
        Parameters:
        offset - the offset
        line - the current line
        proposals - the proposals