- nextType next; 
- Undocumented in source. 
- checkDeprecatedvoid checkDeprecated(Loc loc, Scope* sc) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- hasWildint hasWild() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- nextOfType nextOf() 
- For TypeFunction, nextOf() can return NULL if the function return
type is meant to be inferred, and semantic() hasn't yet ben run
on the function. After semantic(), it must no longer be NULL. 
- makeConstType makeConst() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeImmutableType makeImmutable() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeSharedType makeShared() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeSharedConstType makeSharedConst() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeWildType makeWild() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeWildConstType makeWildConst() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeSharedWildType makeSharedWild() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeSharedWildConstType makeSharedWildConst() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- makeMutableType makeMutable() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- constConvMATCH constConv(Type to) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- deduceWildMOD deduceWild(Type t, bool isRef) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- transitivevoid transitive() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- acceptvoid accept(Visitor v) 
- Undocumented in source. Be warned that the author may not have intended to support it.