|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPrimitiveType | |
---|---|
com.sun.codemodel | Library for generating Java source code |
Uses of JPrimitiveType in com.sun.codemodel |
---|
Fields in com.sun.codemodel declared as JPrimitiveType | |
---|---|
JPrimitiveType |
JCodeModel.BOOLEAN
|
JPrimitiveType |
JCodeModel.BYTE
|
JPrimitiveType |
JCodeModel.CHAR
|
JPrimitiveType |
JCodeModel.DOUBLE
|
JPrimitiveType |
JCodeModel.FLOAT
|
JPrimitiveType |
JCodeModel.INT
|
JPrimitiveType |
JCodeModel.LONG
|
JPrimitiveType |
JCodeModel.SHORT
|
JPrimitiveType |
JCodeModel.VOID
|
Methods in com.sun.codemodel that return JPrimitiveType | |
---|---|
JPrimitiveType |
JClass.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,
java.lang.String typeName)
Obtains a reference to the primitive type object from a type name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |