Package | Description |
---|---|
org.ballerinalang.langserver.common.utils.index | |
org.ballerinalang.langserver.index.dto |
Modifier and Type | Method and Description |
---|---|
static TypeDTO |
DTOUtil.getTypeDTO(BType bType)
Get the TypeDTO for the BType.
|
Modifier and Type | Method and Description |
---|---|
List<TypeDTO> |
TypeDTO.getMemberTypes() |
Constructor and Description |
---|
TypeDTO(PackageIDDTO packageIDDTO,
String name,
List<TypeDTO> memberTypes) |
Copyright © 2018 WSO2. All rights reserved.