Uses of Class
com.sun.codemodel.JPrimitiveType
-
Packages that use JPrimitiveType Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JPrimitiveType in com.sun.codemodel
Fields in com.sun.codemodel declared as JPrimitiveType Modifier and Type Field Description JPrimitiveTypeJCodeModel. BOOLEANJPrimitiveTypeJCodeModel. BYTEJPrimitiveTypeJCodeModel. CHARJPrimitiveTypeJCodeModel. DOUBLEJPrimitiveTypeJCodeModel. FLOATJPrimitiveTypeJCodeModel. INTJPrimitiveTypeJCodeModel. LONGJPrimitiveTypeJCodeModel. SHORTJPrimitiveTypeJCodeModel. VOIDMethods in com.sun.codemodel that return JPrimitiveType Modifier and Type Method Description JPrimitiveTypeJClass. 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, java.lang.String typeName)Obtains a reference to the primitive type object from a type name.
-