| Interface | Description |
|---|---|
| NumberType |
This class is the super class for all integral and floating point types.
|
| Class | Description |
|---|---|
| BooleanType |
This class represents the type boolean
|
| ClassType | |
| DateType |
Instances of this type represent the types java.util.Date,
java.sql.Date, java.sql.Time or java.sql.Timestamp.
|
| ErrorType |
This class represents the internal error type used during semantic analysis.
|
| FieldInfo | |
| FloatingPointType |
This class represents the types float and double.
|
| IntegralType |
This class represents the types
byte, short int, long and char
|
| MathType |
This class represents the types java.math.BigDecimal and java.math.BigInteger.
|
| NullType |
This class represents the type of null.
|
| NumericType |
This class is the super class for all integral and floating point types.
|
| NumericWrapperClassType | |
| PrimitiveType |
Super class for boolean type, char type,
and all numeric types.
|
| StringType | |
| Type | |
| TypeTable | |
| WrapperClassType |
Copyright © 2019. All rights reserved.