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 JPrimitiveTypeJCodeModel.BOOLEANfinal JPrimitiveTypeJCodeModel.BYTEfinal JPrimitiveTypeJCodeModel.CHARfinal JPrimitiveTypeJCodeModel.DOUBLEfinal JPrimitiveTypeJCodeModel.FLOATfinal JPrimitiveTypeJCodeModel.INTfinal JPrimitiveTypeJCodeModel.LONGfinal JPrimitiveTypeJCodeModel.SHORTfinal JPrimitiveTypeJCodeModel.VOIDMethods 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 JPrimitiveTypeJType.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 JPrimitiveTypeAbstractListField.primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.protected final JPrimitiveTypeAbstractListField.primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.protected final JPrimitiveTypeAbstractListField.primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.protected final JPrimitiveTypeAbstractListField.primitiveTypeIf this collection property is a collection of a primitive type, this variable refers to that primitive type.