Uses of Class
com.sun.tools.xjc.model.CClassInfo
Packages that use CClassInfo
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
Object Model that represents DTD binding information.
-
Uses of CClassInfo in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CClassInfoModifier and TypeMethodDescriptionprotected abstract ImplStructureStrategy.Result
ImplStructureStrategy.createClasses
(Outline outline, CClassInfo bean) Creates class(es) for the given bean.BeanGenerator.getClazz
(CClassInfo bean) -
Uses of CClassInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CClassInfoModifier and TypeMethodDescriptionCClassInfo.getBaseClass()
This inherited version returns null if this class extends fromCClassRef
.Model.getClassInfo
(NClass t) CClassInfo.getScope()
CClassRef.getScope()
CElementInfo.getScope()
CClassInfo.getSubstitutionHead()
Methods in com.sun.tools.xjc.model that return types with arguments of type CClassInfoModifier and TypeMethodDescriptionModel.beans()
final Map<QName,
CClassInfo> Model.createTopLevelBindings()
Represents the "top-level binding".CClassInfo.listSubclasses()
Enumerates all the sub-classes of this class.Methods in com.sun.tools.xjc.model with parameters of type CClassInfo -
Uses of CClassInfo in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CClassInfoModifier and TypeFieldDescriptionfinal CClassInfo
ClassOutline.target
ThisClassOutline
holds information about thisCClassInfo
.Methods in com.sun.tools.xjc.outline with parameters of type CClassInfoModifier and TypeMethodDescriptionOutline.getClazz
(CClassInfo clazz) Obtains per-class context information.Constructors in com.sun.tools.xjc.outline with parameters of type CClassInfoModifierConstructorDescriptionprotected
ClassOutline
(CClassInfo _target, JDefinedClass exposedClass, JClass implRef, JDefinedClass _implClass) -
Uses of CClassInfo in com.sun.tools.xjc.reader.dtd.bindinfo
Fields in com.sun.tools.xjc.reader.dtd.bindinfo declared as CClassInfoModifier and TypeFieldDescriptionfinal CClassInfo
BIElement.clazz
The bean representation for this element.Methods in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type CClassInfoModifier and TypeMethodDescriptionvoid
BIConstructor.createDeclaration
(CClassInfo cls) Creates a constructor declaration into the ClassItem.void
BIElement.declareConstructors
(CClassInfo src) Creates constructor declarations for this element. -
Uses of CClassInfo in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return CClassInfoModifier and TypeMethodDescriptionClassSelector.getCurrentBean()
protected final CClassInfo
ParticleBinder.getCurrentBean()