Package | Description |
---|---|
org.ballerinalang.langserver.common.utils.index | |
org.ballerinalang.langserver.index.dto |
Modifier and Type | Method and Description |
---|---|
static BObjectTypeSymbolDTO |
DTOUtil.getObjectTypeSymbolDTO(int pkgEntryId,
BObjectTypeSymbol bObjectTypeSymbol,
ObjectType type)
Get the BObjectTypeSymbolDTO for the Object Type symbol.
|
Modifier and Type | Method and Description |
---|---|
ObjectType |
BObjectTypeSymbolDTO.getType() |
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BObjectTypeSymbolDTO(int packageId,
String name,
String fields,
ObjectType type,
boolean isPrivate,
org.eclipse.lsp4j.CompletionItem completionItem) |
Copyright © 2018 WSO2. All rights reserved.