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

Packages that use Aspect
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. 
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.model.nav Compile-time representation of Java type system. 
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 Aspect in com.sun.tools.xjc.generator.bean
 

Methods in com.sun.tools.xjc.generator.bean with parameters of type Aspect
 com.sun.codemodel.JClassContainer BeanGenerator.getContainer(CClassInfoParent parent, Aspect aspect)
           
protected abstract  com.sun.codemodel.JPackage ImplStructureStrategy.getPackage(com.sun.codemodel.JPackage pkg, Aspect a)
          Gets the specified aspect of the given package.
 com.sun.codemodel.JPackage[] BeanGenerator.getUsedPackages(Aspect aspect)
          Returns all used JPackages.
 com.sun.codemodel.JType BeanGenerator.resolve(CTypeRef ref, Aspect a)
           
 

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

Methods in com.sun.tools.xjc.generator.bean.field with parameters of type Aspect
protected  com.sun.codemodel.JType ContentListField.getType(Aspect aspect)
           
protected  com.sun.codemodel.JType NoExtendedContentField.getType(Aspect aspect)
           
protected  com.sun.codemodel.JType UnboxedField.getType(Aspect aspect)
           
 

Uses of Aspect in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model with parameters of type Aspect
 com.sun.codemodel.JType CArrayInfo.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JType CBuiltinLeafInfo.toType(Outline o, Aspect aspect)
          Gets the code model representation of this type.
 com.sun.codemodel.JClass CClassInfo.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JClass CClassRef.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JType CElementInfo.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JClass CEnumLeafInfo.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JType CTypeInfo.toType(Outline o, Aspect aspect)
          Returns the JClass that represents the class being bound, under the given Outline.
 com.sun.codemodel.JType CWildcardTypeInfo.toType(Outline o, Aspect aspect)
           
 

Uses of Aspect in com.sun.tools.xjc.model.nav
 

Methods in com.sun.tools.xjc.model.nav with parameters of type Aspect
 com.sun.codemodel.JClass EagerNClass.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JClass NClass.toType(Outline o, Aspect aspect)
           
 com.sun.codemodel.JType NType.toType(Outline o, Aspect aspect)
          Returns the representation of this type in code model.
 

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

Methods in com.sun.tools.xjc.outline that return Aspect
static Aspect Aspect.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Aspect[] Aspect.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.tools.xjc.outline with parameters of type Aspect
 com.sun.codemodel.JClassContainer Outline.getContainer(CClassInfoParent parent, Aspect aspect)
           
 com.sun.codemodel.JType Outline.resolve(CTypeRef ref, Aspect aspect)
          Resolves a type reference to the actual (possibly generated) type.