Uses of Class
com.sun.tools.xjc.outline.ClassOutline
-
Packages that use ClassOutline Package Description com.sun.tools.xjc.generator.bean com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code. -
-
Uses of ClassOutline in com.sun.tools.xjc.generator.bean
Subclasses of ClassOutline in com.sun.tools.xjc.generator.bean Modifier and Type Class Description class
ClassOutlineImpl
ClassOutline
enhanced with schema2java specific information.Constructors in com.sun.tools.xjc.generator.bean with parameters of type ClassOutline Constructor Description MethodWriter(ClassOutline context)
-
Uses of ClassOutline in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return ClassOutline Modifier and Type Method Description 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 enclosingClassOutline
.Methods in com.sun.tools.xjc.outline that return types with arguments of type ClassOutline Modifier and Type Method Description java.util.Collection<? extends ClassOutline>
Outline. getClasses()
Returns all theClassOutline
s known to this object.java.util.Set<? extends ClassOutline>
PackageOutline. getClasses()
GetsClassOutline
s whose_package()
points to this object.
-