Uses of Class
com.sun.tools.xjc.model.CTypeRef

Packages that use CTypeRef
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
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. 
com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM. 
com.sun.tools.xjc.reader.xmlschema   
 

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

Methods in com.sun.tools.xjc.generator.bean with parameters of type CTypeRef
 com.sun.codemodel.JType BeanGenerator.resolve(CTypeRef ref, Aspect a)
           
 

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

Methods in com.sun.tools.xjc.model that return types with arguments of type CTypeRef
 List<CTypeRef> CElementPropertyInfo.getTypes()
           
 

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

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

Uses of CTypeRef in com.sun.tools.xjc.reader
 

Methods in com.sun.tools.xjc.reader that return CTypeRef
protected abstract  CTypeRef RawTypeSet.Ref.toTypeRef(CElementPropertyInfo ep)
           
 

Uses of CTypeRef in com.sun.tools.xjc.reader.xmlschema
 

Methods in com.sun.tools.xjc.reader.xmlschema that return CTypeRef
protected  CTypeRef RawTypeSetBuilder.WildcardRef.toTypeRef(CElementPropertyInfo ep)
           
protected  CTypeRef RawTypeSetBuilder.CClassRef.toTypeRef(CElementPropertyInfo ep)
           
protected  CTypeRef RawTypeSetBuilder.CElementInfoRef.toTypeRef(CElementPropertyInfo ep)
           
protected  CTypeRef RawTypeSetBuilder.XmlTypeRef.toTypeRef(CElementPropertyInfo ep)