Uses of Class
com.sun.tools.xjc.reader.RawTypeSet.Ref

Packages that use RawTypeSet.Ref
com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM. 
com.sun.tools.xjc.reader.xmlschema   
 

Uses of RawTypeSet.Ref in com.sun.tools.xjc.reader
 

Subclasses of RawTypeSet.Ref in com.sun.tools.xjc.reader
static class RawTypeSet.XmlTypeRef
          References to a type.
 

Fields in com.sun.tools.xjc.reader with type parameters of type RawTypeSet.Ref
 java.util.Set<RawTypeSet.Ref> RawTypeSet.refs
           
 

Constructor parameters in com.sun.tools.xjc.reader with type arguments of type RawTypeSet.Ref
RawTypeSet(java.util.Set<RawTypeSet.Ref> refs, Multiplicity m)
          Should be called from one of the raw type set builders.
 

Uses of RawTypeSet.Ref in com.sun.tools.xjc.reader.xmlschema
 

Subclasses of RawTypeSet.Ref in com.sun.tools.xjc.reader.xmlschema
static class RawTypeSetBuilder.CClassInfoRef
          Reference to a class that maps from an element.
static class RawTypeSetBuilder.CElementInfoRef
          Reference to a class that maps from an element.
static class RawTypeSetBuilder.WildcardRef
          Reference to a wildcard.