Package | Description |
---|---|
org.ballerinalang.langserver.common.utils.index | |
org.ballerinalang.langserver.index |
Modifier and Type | Method and Description |
---|---|
static BFunctionDTO |
DTOUtil.getFunctionDTO(int pkgEntryId,
BInvokableSymbol bInvokableSymbol)
Get the BFunctionDTO for the invokable symbol.
|
static BFunctionDTO |
DTOUtil.getFunctionDTO(int pkgEntryId,
int objectId,
BInvokableSymbol bInvokableSymbol)
Get the BFunctionDTO for the invokable symbol.
|
Modifier and Type | Method and Description |
---|---|
List<BFunctionDTO> |
LSIndexQueryProcessor.getActions(String pkgName,
String type)
Get all actions of a given endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
LSIndexQueryProcessor.batchInsertBLangFunctions(List<BFunctionDTO> bFunctionDTOs)
Batch Insert List of BInvokable Symbols.
|
Copyright © 2018 WSO2. All rights reserved.