Uses of Class
com.sun.codemodel.ClassType
Packages that use ClassType
-
Uses of ClassType in com.sun.codemodel
Fields in com.sun.codemodel declared as ClassTypeModifier and TypeFieldDescriptionstatic final ClassType
ClassType.ANNOTATION_TYPE_DECL
static final ClassType
ClassType.CLASS
private final ClassType
JDefinedClass.classType
Default value is class or interface or annotationTypeDeclaration or enumstatic final ClassType
ClassType.ENUM
static final ClassType
ClassType.INTERFACE
Methods in com.sun.codemodel that return ClassTypeMethods in com.sun.codemodel with parameters of type ClassTypeModifier and TypeMethodDescriptionCreates a new class/enum/interface/annotation.Creates a new generated class.Creates a new generated class.Constructors in com.sun.codemodel with parameters of type ClassTypeModifierConstructorDescriptionprivate
JDefinedClass
(int mods, String name, JClassContainer parent, JCodeModel owner, ClassType classTypeVal) JClass constructor(package private)
JDefinedClass
(JClassContainer parent, int mods, String name, ClassType classTypeval)