Uses of Class
com.sun.tools.xjc.model.CClassInfo
-
Packages that use CClassInfo Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC.com.sun.tools.xjc.outline 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.com.sun.tools.xjc.reader.dtd.bindinfo Object Model that represents DTD binding information.com.sun.tools.xjc.reader.xmlschema -
-
Uses of CClassInfo in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean with parameters of type CClassInfo Modifier and Type Method Description protected abstract ImplStructureStrategy.Result
ImplStructureStrategy. createClasses(Outline outline, CClassInfo bean)
Creates class(es) for the given bean.ClassOutlineImpl
BeanGenerator. getClazz(CClassInfo bean)
-
Uses of CClassInfo in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return CClassInfo Modifier and Type Method Description CClassInfo
CClassInfo. getBaseClass()
This inherited version returns null if this class extends fromCClassRef
.CClassInfo
Model. getClassInfo(NClass t)
CClassInfo
CClassInfo. getScope()
CClassInfo
CClassRef. getScope()
CClassInfo
CElementInfo. getScope()
CClassInfo
CClassInfo. getSubstitutionHead()
Methods in com.sun.tools.xjc.model that return types with arguments of type CClassInfo Modifier and Type Method Description java.util.Map<NClass,CClassInfo>
Model. beans()
java.util.Map<javax.xml.namespace.QName,CClassInfo>
Model. createTopLevelBindings()
Represents the "top-level binding".java.util.Iterator<CClassInfo>
CClassInfo. listSubclasses()
Enumerates all the sub-classes of this class.Methods in com.sun.tools.xjc.model with parameters of type CClassInfo Modifier and Type Method Description T
CClassInfoParent.Visitor. onBean(CClassInfo bean)
-
Uses of CClassInfo in com.sun.tools.xjc.outline
Fields in com.sun.tools.xjc.outline declared as CClassInfo Modifier and Type Field Description CClassInfo
ClassOutline. target
ThisClassOutline
holds information about thisCClassInfo
.Methods in com.sun.tools.xjc.outline with parameters of type CClassInfo Modifier and Type Method Description ClassOutline
Outline. getClazz(CClassInfo clazz)
Obtains per-class context information.Constructors in com.sun.tools.xjc.outline with parameters of type CClassInfo Constructor Description 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 CClassInfo Modifier and Type Field Description CClassInfo
BIElement. clazz
The bean representation for this element.Methods in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type CClassInfo Modifier and Type Method Description void
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 CClassInfo Modifier and Type Method Description CClassInfo
ClassSelector. getCurrentBean()
protected CClassInfo
ParticleBinder. getCurrentBean()
-