| Class and Description |
|---|
| Type |
| TypeTable |
| Class and Description |
|---|
| FieldInfo |
| Type |
| Class and Description |
|---|
| BooleanType
This class represents the type boolean
|
| ClassType |
| 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.
|
| NumberType
This class is the super class for all integral and floating point types.
|
| NumericType
This class is the super class for all integral and floating point types.
|
| PrimitiveType
Super class for boolean type, char type,
and all numeric types.
|
| StringType |
| Type |
| TypeTable |
| WrapperClassType |
Copyright © 2019. All rights reserved.