Class FunctionCompletionItem

java.lang.Object
org.eclipse.lsp4j.CompletionItem
org.eclipse.lemminx.customservice.synapse.expression.pojo.FunctionCompletionItem

public class FunctionCompletionItem extends org.eclipse.lsp4j.CompletionItem
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.lsp4j.SignatureInformation
     
    void
    setSignature(org.eclipse.lsp4j.SignatureInformation signature)
     

    Methods inherited from class org.eclipse.lsp4j.CompletionItem

    equals, getAdditionalTextEdits, getCommand, getCommitCharacters, getData, getDeprecated, getDetail, getDocumentation, getFilterText, getInsertText, getInsertTextFormat, getInsertTextMode, getKind, getLabel, getLabelDetails, getPreselect, getSortText, getTags, getTextEdit, getTextEditText, hashCode, setAdditionalTextEdits, setCommand, setCommitCharacters, setData, setDeprecated, setDetail, setDocumentation, setDocumentation, setDocumentation, setFilterText, setInsertText, setInsertTextFormat, setInsertTextMode, setKind, setLabel, setLabelDetails, setPreselect, setSortText, setTags, setTextEdit, setTextEditText, toString

    Methods inherited from class java.lang.Object

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

    • FunctionCompletionItem

      public FunctionCompletionItem()
  • Method Details

    • getSignature

      public org.eclipse.lsp4j.SignatureInformation getSignature()
    • setSignature

      public void setSignature(org.eclipse.lsp4j.SignatureInformation signature)