Codemodel 2.6-redhat-2

Uses of Class
com.sun.codemodel.JPrimitiveType

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, String typeName)
          Obtains a reference to the primitive type object from a type name.
 


Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.