public class BLangRecordLiteralUtil extends Object
Modifier and Type | Method and Description |
---|---|
static ArrayList<org.eclipse.lsp4j.CompletionItem> |
getFieldsForMatchingRecord(BLangRecordLiteral recordLiteral,
LSContext context)
Find all the record fields for the matching record literal.
|
public static ArrayList<org.eclipse.lsp4j.CompletionItem> getFieldsForMatchingRecord(BLangRecordLiteral recordLiteral, LSContext context)
recordLiteral
- Record Literalcontext
- Completion ContextCompletionItem
List of Completion ItemsCopyright © 2019 WSO2. All rights reserved.