Package | Description |
---|---|
ptolemy.data.type |
The type system.
|
Modifier and Type | Class and Description |
---|---|
static class |
BaseType.ArrayBottomType
The bottom element of the array type lattice.
|
static class |
BaseType.BooleanType
The boolean data type.
|
static class |
BaseType.ComplexType
The complex data type.
|
static class |
BaseType.DateType
The date data type.
|
static class |
BaseType.DoubleType
The double data type.
|
static class |
BaseType.EventType
The event data type.
|
static class |
BaseType.FloatType
The float data type.
|
static class |
BaseType.GeneralType
The general data type: The top of the lattice.
|
static class |
BaseType.IntType
The integer data type.
|
static class |
BaseType.LongType
The long integer data type.
|
static class |
BaseType.NilType
The nil data type.
|
static class |
BaseType.PetiteType
The petite data type.
|
static class |
BaseType.ScalarType
The scalar data type: The least upper bound of all the scalar types.
|
static class |
BaseType.ShortType
The short integer data type.
|
static class |
BaseType.StringType
The string data type.
|
static class |
BaseType.UnknownType
The bottom element of the data type lattice.
|
static class |
BaseType.UnsignedByteType
The unsigned byte data type.
|
static class |
BaseType.UnsizedFixType
The fix data type.
|
static class |
BaseType.XmlTokenType
The XmlToken data type.
|