| java.lang.Object nice.tools.code.SpecialTypes
SpecialTypes | public class SpecialTypes (Code) | | Used to store types with automatic conversion.
version: $Date: 2004/02/11 16:06:05 $ author: bonniot |
intTypelongTypebyteTypecharTypeshortTypefloatTypedoubleTypebooleanTypevoidType | final public static Type intTypelongTypebyteTypecharTypeshortTypefloatTypedoubleTypebooleanTypevoidType(Code) | | |
array | public static ArrayType array(Type elements)(Code) | | an array type containing the specificied elements,or the array type with unknown elements (can be primitive)if elements is null. |
init | public static void init()(Code) | | |
|
|