Uses of Interface
org.norecess.citkit.types.INameType

Packages that use INameType
org.norecess.citkit.types   
org.norecess.citkit.visitors   
 

Uses of INameType in org.norecess.citkit.types
 

Classes in org.norecess.citkit.types that implement INameType
 class NameType
          Data type for a named type.
 

Uses of INameType in org.norecess.citkit.visitors
 

Methods in org.norecess.citkit.visitors with parameters of type INameType
 T TypeVisitor.visitNameType(INameType nameType)