Uses of Class
com.sun.codemodel.JPrimitiveType
Packages that use JPrimitiveType
Package
Description
Library for generating Java source code
FieldRenderer and its implementation classes.
-
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.static JPrimitiveType
JType.parse
(JCodeModel codeModel, String typeName) Obtains a reference to the primitive type object from a type name. -
Uses of JPrimitiveType in com.sun.tools.xjc.generator.bean.field
Fields in com.sun.tools.xjc.generator.bean.field declared as JPrimitiveTypeModifier and TypeFieldDescriptionprotected final JPrimitiveType
AbstractListField.primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.protected final JPrimitiveType
AbstractListField.primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.protected final JPrimitiveType
AbstractListField.primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.protected final JPrimitiveType
AbstractListField.primitiveType
If this collection property is a collection of a primitive type, this variable refers to that primitive type.