Uses of Class
com.sun.tools.xjc.generator.bean.ClassOutlineImpl

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)
           
 

Constructors in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl
AbstractField(ClassOutlineImpl outline, CPropertyInfo prop)
           
AbstractFieldWithVar(ClassOutlineImpl outline, CPropertyInfo prop)
          Invoke AbstractFieldWithVar.createField() after calling the constructor.
AbstractListField(ClassOutlineImpl outline, CPropertyInfo prop, boolean eagerInstanciation)
          Call AbstractListField.generate() method right after this.
ArrayField(ClassOutlineImpl context, CPropertyInfo prop)
           
ConstField(ClassOutlineImpl outline, CPropertyInfo prop)
           
IsSetField(ClassOutlineImpl outline, CPropertyInfo prop, FieldOutline core, boolean unsetMethod, boolean issetMethod)
           
SingleField(ClassOutlineImpl context, CPropertyInfo prop)
           
SingleField(ClassOutlineImpl context, CPropertyInfo prop, boolean forcePrimitiveAccess)
           
SinglePrimitiveAccessField(ClassOutlineImpl context, CPropertyInfo prop)
           
UnboxedField(ClassOutlineImpl outline, CPropertyInfo prop)
           
UntypedListField(ClassOutlineImpl context, CPropertyInfo prop, com.sun.codemodel.JClass coreList)