Uses of Class
com.sun.codemodel.ClassType
Packages that use ClassType
Package
Description
Library for generating Java source code
-
Uses of ClassType in com.sun.codemodel
Fields in com.sun.codemodel declared as ClassTypeModifier and TypeFieldDescriptionstatic final ClassTypeClassType.ANNOTATION_TYPE_DECLstatic final ClassTypeClassType.CLASSstatic final ClassTypeClassType.ENUMstatic final ClassTypeClassType.INTERFACEMethods 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. -
Uses of ClassType in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type ClassType -
Uses of ClassType in com.sun.tools.ws.processor.modeler.annotation
Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type ClassTypeModifier and TypeMethodDescriptionprotected JDefinedClassWebServiceWrapperGenerator.getCMClass(String className, ClassType type) -
Uses of ClassType in com.sun.tools.xjc.util
Methods in com.sun.tools.xjc.util with parameters of type ClassTypeModifier and TypeMethodDescriptionCodeModelClassFactory.createClass(JClassContainer parent, int mod, String name, Locator source, ClassType kind) CodeModelClassFactory.createClass(JClassContainer parent, String name, Locator source, ClassType kind)