public class BInvokableSymbolUtil extends Object
Constructor and Description |
---|
BInvokableSymbolUtil() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.CompletionItem |
getFunctionCompletionItem(BInvokableSymbol bInvokableSymbol)
Get the Function Completion Item for the given BInvokableSymbol.
|
static org.eclipse.lsp4j.CompletionItem |
getFunctionCompletionItem(String insertText,
String label)
Get Function Completion Item from insert text and label.
|
public static org.eclipse.lsp4j.CompletionItem getFunctionCompletionItem(BInvokableSymbol bInvokableSymbol)
bInvokableSymbol
- BInvokableSymbol to processCompletionItem
Generated Completion ItemCopyright © 2018 WSO2. All rights reserved.