Package | Description |
---|---|
org.ballerinalang.model.types |
Modifier and Type | Method and Description |
---|---|
TypeSignature |
TypeSignature.getElementTypeSig() |
TypeSignature |
BFunctionType.getSig() |
TypeSignature |
BAnyType.getSig() |
TypeSignature |
BFutureType.getSig() |
TypeSignature |
BXMLType.getSig() |
abstract TypeSignature |
BType.getSig() |
TypeSignature |
BUnionType.getSig() |
TypeSignature |
BStreamType.getSig() |
TypeSignature |
BFiniteType.getSig() |
TypeSignature |
BServiceType.getSig() |
TypeSignature |
BTableType.getSig() |
TypeSignature |
BObjectType.getSig() |
TypeSignature |
BRecordType.getSig() |
TypeSignature |
BJSONType.getSig() |
TypeSignature |
BTupleType.getSig() |
TypeSignature |
BArrayType.getSig() |
TypeSignature |
BMapType.getSig() |
TypeSignature |
BIteratorType.getSig() |
TypeSignature |
BTypeDesc.getSig() |
TypeSignature |
BStringType.getSig() |
TypeSignature |
BXMLAttributesType.getSig() |
TypeSignature |
BNullType.getSig() |
Constructor and Description |
---|
TypeSignature(String sigChar,
TypeSignature elementTypeSig) |
Constructor and Description |
---|
TypeSignature(String sigChar,
List<TypeSignature> memberTypeSigs) |
Copyright © 2018 WSO2. All rights reserved.