public final class BVariableCompletionItemBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.CompletionItem |
build(BVarSymbol bSymbol,
String label,
String type)
Creates and returns a completion item.
|
public static org.eclipse.lsp4j.CompletionItem build(BVarSymbol bSymbol, String label, String type)
bSymbol
- BSymbollabel
- labeltype
- variable typeCompletionItem
Copyright © 2019 WSO2. All rights reserved.