Uses of Class
com.sun.tools.xjc.outline.ClassOutline

Packages that use ClassOutline
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. 
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. 
 

Uses of ClassOutline in com.sun.tools.xjc.api.impl.s2j
 

Methods in com.sun.tools.xjc.api.impl.s2j that return ClassOutline
 ClassOutline ElementAdapter.parent()
           
 

Uses of ClassOutline in com.sun.tools.xjc.generator.bean
 

Subclasses of ClassOutline in com.sun.tools.xjc.generator.bean
 class ClassOutlineImpl
          ClassOutline enhanced with schema2java specific information.
 

Constructors in com.sun.tools.xjc.generator.bean with parameters of type ClassOutline
MethodWriter(ClassOutline context)
           
 

Uses of ClassOutline in com.sun.tools.xjc.generator.bean.field
 

Methods in com.sun.tools.xjc.generator.bean.field that return ClassOutline
 ClassOutline AbstractField.parent()
           
 

Uses of ClassOutline in com.sun.tools.xjc.outline
 

Methods in com.sun.tools.xjc.outline that return ClassOutline
 ClassOutline Outline.getClazz(CClassInfo clazz)
          Obtains per-class context information.
 ClassOutline ClassOutline.getSuperClass()
          Returns the super class of this class, if it has the super class and it is also a JAXB-bound class.
 ClassOutline FieldOutline.parent()
          Gets the enclosing ClassOutline.
 

Methods in com.sun.tools.xjc.outline that return types with arguments of type ClassOutline
 Collection<? extends ClassOutline> Outline.getClasses()
          Returns all the ClassOutlines known to this object.
 Set<? extends ClassOutline> PackageOutline.getClasses()
          Gets ClassOutlines whose _package() points to this object.