Uses of Class
com.sun.codemodel.JPrimitiveType
Packages that use JPrimitiveType
-
Uses of JPrimitiveType in com.sun.codemodel
Fields in com.sun.codemodel declared as JPrimitiveTypeModifier and TypeFieldDescriptionfinal JPrimitiveType
JCodeModel.BOOLEAN
final JPrimitiveType
JCodeModel.BYTE
final JPrimitiveType
JCodeModel.CHAR
final JPrimitiveType
JCodeModel.DOUBLE
final JPrimitiveType
JCodeModel.FLOAT
final JPrimitiveType
JCodeModel.INT
final JPrimitiveType
JCodeModel.LONG
final JPrimitiveType
JCodeModel.SHORT
final JPrimitiveType
JCodeModel.VOID
Methods in com.sun.codemodel that return JPrimitiveTypeModifier and TypeMethodDescriptionJClass.getPrimitiveType()
If this class represents one of the wrapper classes defined in the java.lang package, return the corresponding primitive type.JCodeModel.JReferencedClass.getPrimitiveType()
static JPrimitiveType
JType.parse
(JCodeModel codeModel, String typeName) Obtains a reference to the primitive type object from a type name.