Class ExpressionCompletionResponse

java.lang.Object
org.eclipse.lsp4j.CompletionList
org.eclipse.lemminx.customservice.synapse.expression.pojo.ExpressionCompletionResponse
All Implemented Interfaces:
ICompletionResponse

public class ExpressionCompletionResponse extends org.eclipse.lsp4j.CompletionList implements ICompletionResponse
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCompletionAttribute(org.eclipse.lsp4j.CompletionItem completionItem)
    Add completion attribute.
    void
    addCompletionItem(org.eclipse.lsp4j.CompletionItem completionItem)
    Add completion item.
    void
    addCompletionItem(org.eclipse.lsp4j.CompletionItem completionItem, boolean fromGrammar)
    Add completion item and mark as coming from grammar.
    boolean
    hasAttribute(String attribute)
     
    boolean
    Returns true if there are completion items coming from grammar and false otherwise.

    Methods inherited from class org.eclipse.lsp4j.CompletionList

    equals, getItemDefaults, getItems, hashCode, isIncomplete, setIsIncomplete, setItemDefaults, setItems, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ExpressionCompletionResponse

      public ExpressionCompletionResponse()
  • Method Details