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.corepackage 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.ResultImplStructureStrategy. createClasses(Outline outline, CClassInfo bean)Creates class(es) for the given bean.ClassOutlineImplBeanGenerator. 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 CClassInfoCClassInfo. getBaseClass()This inherited version returns null if this class extends fromCClassRef.CClassInfoModel. getClassInfo(NClass t)CClassInfoCClassInfo. getScope()CClassInfoCClassRef. getScope()CClassInfoCElementInfo. getScope()CClassInfoCClassInfo. getSubstitutionHead()Methods in com.sun.tools.xjc.model that return types with arguments of type CClassInfo Modifier and Type Method Description Map<NClass,CClassInfo>Model. beans()Map<QName,CClassInfo>Model. createTopLevelBindings()Represents the "top-level binding".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 TCClassInfoParent.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 CClassInfoClassOutline. targetThisClassOutlineholds information about thisCClassInfo.Methods in com.sun.tools.xjc.outline with parameters of type CClassInfo Modifier and Type Method Description ClassOutlineOutline. 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 CClassInfoBIElement. clazzThe bean representation for this element.Methods in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type CClassInfo Modifier and Type Method Description voidBIConstructor. createDeclaration(CClassInfo cls)Creates a constructor declaration into the ClassItem.voidBIElement. 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 CClassInfoClassSelector. getCurrentBean()protected CClassInfoParticleBinder. getCurrentBean()
-