Package | Description |
---|---|
org.ballerinalang.model.types | |
org.ballerinalang.util.codegen |
Modifier and Type | Method and Description |
---|---|
abstract TypeInfo |
BStructureType.getTypeInfo() |
TypeInfo |
BObjectType.getTypeInfo() |
TypeInfo |
BRecordType.getTypeInfo() |
Modifier and Type | Class and Description |
---|---|
class |
FiniteTypeInfo
PackageInfo Represent serializable unit of finite type Definition item. |
class |
ObjectTypeInfo
ObjectTypeInfo contains metadata of a Ballerina object entry in the program file. |
class |
RecordTypeInfo
RecordTypeInfo contains metadata of a Ballerina record entry in the program file. |
class |
StructureTypeInfo
StructureTypeInfo contains metadata of a Ballerina structure entry in the program file. |
Modifier and Type | Field and Description |
---|---|
TypeInfo |
TypeDefInfo.typeInfo |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
PackageInfo.getTypeInfo(String name) |
Copyright © 2018 WSO2. All rights reserved.