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