Uses of Class
com.sun.tools.xjc.generator.bean.ClassOutlineImpl
Packages that use ClassOutlineImpl
Package
Description
FieldRenderer and its implementation classes.
-
Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return ClassOutlineImplMethods in com.sun.tools.xjc.generator.bean that return types with arguments of type ClassOutlineImplMethods in com.sun.tools.xjc.generator.bean with parameters of type ClassOutlineImplModifier and TypeMethodDescriptionprotected abstract void
ImplStructureStrategy._extends
(ClassOutlineImpl derived, ClassOutlineImpl base) Sets up an inheritance relationship.protected abstract MethodWriter
ImplStructureStrategy.createMethodWriter
(ClassOutlineImpl target) -
Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean.field
Fields in com.sun.tools.xjc.generator.bean.field declared as ClassOutlineImplModifier and TypeFieldDescriptionprotected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
protected final ClassOutlineImpl
AbstractField.outline
Methods in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImplModifier and TypeMethodDescriptionFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) Generates accesssors and fields for the given implementation class, then returnFieldOutline
for accessing the generated field.GenericFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) IsSetFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) UntypedListFieldRenderer.generate
(ClassOutlineImpl context, CPropertyInfo prop) Constructors in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImplModifierConstructorDescriptionprotected
ContentListField
(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList) protected
DummyListField
(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList) protected
IsSetField
(ClassOutlineImpl outline, CPropertyInfo prop, FieldOutline core, boolean unsetMethod, boolean issetMethod) protected
NoExtendedContentField
(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList) protected
SingleField
(ClassOutlineImpl context, CPropertyInfo prop) protected
SingleField
(ClassOutlineImpl context, CPropertyInfo prop, boolean forcePrimitiveAccess) protected
SinglePrimitiveAccessField
(ClassOutlineImpl context, CPropertyInfo prop) protected
UnboxedField
(ClassOutlineImpl outline, CPropertyInfo prop) protected
UntypedListField
(ClassOutlineImpl context, CPropertyInfo prop, JClass coreList)