|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CClassInfo | |
---|---|
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.model | Implementation of the com.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 processings (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 | |
---|---|
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 | |
---|---|
CClassInfo |
CClassInfo.getBaseClass()
This inherited version returns null if this class extends from CClassRef . |
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
CClassInfo |
ClassOutline.target
This ClassOutline holds information about this CClassInfo . |
Methods in com.sun.tools.xjc.outline with parameters of type CClassInfo | |
---|---|
ClassOutline |
Outline.getClazz(CClassInfo clazz)
Obtains per-class context information. |
Constructors in com.sun.tools.xjc.outline with parameters of type CClassInfo | |
---|---|
ClassOutline(CClassInfo _target,
com.sun.codemodel.JDefinedClass exposedClass,
com.sun.codemodel.JClass implRef,
com.sun.codemodel.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 | |
---|---|
CClassInfo |
BIElement.clazz
The bean representation for this element. |
Methods in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type CClassInfo | |
---|---|
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 | |
---|---|
CClassInfo |
ClassSelector.getCurrentBean()
|
protected CClassInfo |
ParticleBinder.getCurrentBean()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |