| Package | Description |
|---|---|
| org.ballerinalang.util.codegen | |
| org.ballerinalang.util.codegen.cpentries |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectorInfo
ConnectorInfo contains metadata of a Ballerina connector entry in the program file. |
class |
EnumInfo
EnumInfo contains metadata of a Ballerina Enum entry in the program file. |
class |
ServiceInfo
ServiceInfo contains metadata of a Ballerina service entry in the program file. |
class |
StructInfo
StructInfo contains metadata of a Ballerina struct entry in the program file. |
class |
TypeDefinitionInfo
Represent serializable unit of defined type Definition item.
|
| Modifier and Type | Method and Description |
|---|---|
StructureTypeInfo |
PackageInfo.getStructureTypeInfo(String structureTypeName) |
| Modifier and Type | Method and Description |
|---|---|
StructureTypeInfo |
StructureRefCPEntry.getStructureTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureRefCPEntry.setStructureTypeInfo(StructureTypeInfo structureTypeInfo) |
Copyright © 2018 WSO2. All rights reserved.