Uses of Interface
com.sun.tools.xjc.outline.Outline
-
Packages that use Outline Package Description com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.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 Outline in com.sun.tools.xjc
Methods in com.sun.tools.xjc with parameters of type Outline Modifier and Type Method Description voidXJCListener. compiled(Outline outline)Called after the schema is compiled and the code generation strategy is determined, but before any code is actually generated as files.abstract booleanPlugin. run(Outline outline, Options opt, ErrorHandler errorHandler)Run the add-on. -
Uses of Outline in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return Outline Modifier and Type Method Description OutlineModel. generateCode(Options opt, ErrorReceiver receiver)Fully-generate the source code into the given model.Methods in com.sun.tools.xjc.model with parameters of type Outline Modifier and Type Method Description abstract JExpressionCDefaultValue. compute(Outline outline)JExpressionCEnumLeafInfo. createConstant(Outline outline, XmlString literal)JExpressionTypeUse. createConstant(Outline outline, XmlString lexical)Creates a constant for the given lexical value.JClassCAdapter. getAdapterClass(Outline o)voidPopulatable. populate(Model model, Outline context)JTypeCArrayInfo. toType(Outline o, Aspect aspect)JTypeCBuiltinLeafInfo. toType(Outline o, Aspect aspect)Gets the code model representation of this type.JClassCClassInfo. toType(Outline o, Aspect aspect)JClassCClassRef. toType(Outline o, Aspect aspect)JTypeCElementInfo. toType(Outline o, Aspect aspect)JClassCEnumLeafInfo. toType(Outline o, Aspect aspect)JTypeCTypeInfo. toType(Outline o, Aspect aspect)JTypeCWildcardTypeInfo. toType(Outline o, Aspect aspect) -
Uses of Outline in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return Outline Modifier and Type Method Description abstract OutlineClassOutline. parent()AOutlinethat encloses all the class outlines.abstract OutlineElementOutline. parent()AOutlinethat encloses all the class outlines.abstract OutlineEnumOutline. parent()AOutlinethat encloses all the class outlines.
-