Interface | Description |
---|---|
BIndexedType |
Interface class to be extended by all Ballerina Types which holds indexed values.
|
Class | Description |
---|---|
BAnyType |
BAnyType represents any type in Ballerina. |
BArrayType |
BArrayType represents a type of an arrays in Ballerina. |
BAttachedFunction |
BAttachedFunction represents a attached function in Ballerina. |
BField |
BField represents a field in user defined type in Ballerina. |
BFiniteType |
BFiniteType represents the finite type in Ballerina. |
BFunctionType |
{@link BFunctionType } represents a function type in ballerina. |
BFutureType |
BTableType represents tabular data in Ballerina. |
BIteratorType |
BIteratorType represents the type of iterator in ballerina. |
BJSONType |
BJSONType represents a JSON value. |
BMapType |
BMapType represents a type of a map in Ballerina. |
BNullType |
BNullType represents the type of a NullLiteral . |
BObjectType |
BObjectType represents a user defined object type in Ballerina. |
BRecordType |
BRecordType represents a user defined record type in Ballerina. |
BServiceType |
BServiceType represents a service in Ballerina. |
BStreamType |
BStreamType represents streaming data in Ballerina. |
BStringType |
BStringType represents a String. |
BStructureType |
BStructureType represents a user defined structure type in Ballerina. |
BTableType |
BTableType represents tabular data in Ballerina. |
BTupleType |
{@link BTupleType} represents a tuple type in Ballerina. |
BType |
BType represents a type in Ballerina. |
BTypeDesc |
BTypeType represents type of type in Ballerina type system. |
BTypes |
This class contains various methods manipulate
BType s in Ballerina. |
BUnionType |
BUnionType represents a union type in Ballerina. |
BXMLAttributesType |
BXMLAttributesType represents the type of an xml-attribute-map in ballerina. |
BXMLType |
BXMLType represents an XML Element. |
SimpleTypeName |
SimpleTypeName represents a simple type name(int, boolean, json, Person..) in Ballerina. |
TypeConstants |
This class contains all the supported type names as string.
|
TypeSignature | |
TypeTags |
This class contains tag values of each type in Ballerina.
|
Enum | Description |
---|---|
TypeEnum |
TypeEnum represents all the types names in Ballerina. |
Copyright © 2018 WSO2. All rights reserved.