|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassOutlineImpl | |
---|---|
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.generator.bean.field | FieldRenderer and its implementation classes. |
Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean |
---|
Fields in com.sun.tools.xjc.generator.bean with type parameters of type ClassOutlineImpl | |
---|---|
(package private) Set<ClassOutlineImpl> |
PackageOutlineImpl.classes
|
Methods in com.sun.tools.xjc.generator.bean that return ClassOutlineImpl | |
---|---|
ClassOutlineImpl |
BeanGenerator.getClazz(CClassInfo bean)
|
Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type ClassOutlineImpl | |
---|---|
Collection<ClassOutlineImpl> |
BeanGenerator.getClasses()
|
Set<ClassOutlineImpl> |
PackageOutlineImpl.getClasses()
|
Methods in com.sun.tools.xjc.generator.bean with parameters of type ClassOutlineImpl | |
---|---|
protected abstract void |
ImplStructureStrategy._extends(ClassOutlineImpl derived,
ClassOutlineImpl base)
Sets up an inheritance relationship. |
protected abstract MethodWriter |
ImplStructureStrategy.createMethodWriter(ClassOutlineImpl target)
|
(package private) abstract void |
ObjectFactoryGenerator.populate(ClassOutlineImpl cc)
Adds code that is relevant to a given ClassOutlineImpl to
ObjectFactory. |
(package private) void |
DualObjectFactoryGenerator.populate(ClassOutlineImpl cc)
|
(package private) void |
PrivateObjectFactoryGenerator.populate(ClassOutlineImpl cc)
|
(package private) void |
PublicObjectFactoryGenerator.populate(ClassOutlineImpl cc)
|
protected void |
ObjectFactoryGeneratorImpl.populate(ClassOutlineImpl cc,
com.sun.codemodel.JClass sigType)
|
Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean.field |
---|
Fields in com.sun.tools.xjc.generator.bean.field declared as ClassOutlineImpl | |
---|---|
protected ClassOutlineImpl |
AbstractField.outline
|
Methods in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl | |
---|---|
FieldOutline |
FieldRenderer.generate(ClassOutlineImpl context,
CPropertyInfo prop)
Generates accesssors and fields for the given implementation class, then return FieldOutline for accessing
the generated field. |
FieldOutline |
ConstFieldRenderer.generate(ClassOutlineImpl outline,
CPropertyInfo prop)
|
FieldOutline |
DefaultFieldRenderer.generate(ClassOutlineImpl outline,
CPropertyInfo prop)
|
FieldOutline |
GenericFieldRenderer.generate(ClassOutlineImpl context,
CPropertyInfo prop)
|
FieldOutline |
IsSetFieldRenderer.generate(ClassOutlineImpl context,
CPropertyInfo prop)
|
FieldOutline |
UntypedListFieldRenderer.generate(ClassOutlineImpl context,
CPropertyInfo prop)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |