jltools.types
Interface NamedQualifier

All Superinterfaces:
java.lang.Cloneable, Copy, Qualifier, java.io.Serializable, TypeObject
All Known Subinterfaces:
JifClassType, JifInstType, JifParsedPolyType, JifPolyType, LocalClassType, MemberClassType, NamedType, Package, ParsedLocalClassType, ParsedMemberClassType, ParsedTopLevelClassType, PrimitiveType, TopLevelClassType

public interface NamedQualifier
extends Qualifier

A NamedQualifier is a qualifier with a name, usually either a top-level class, a member class, or a local class.


Method Summary
 java.lang.String fullName()
           
 java.lang.String name()
           
 
Methods inherited from interface jltools.types.Qualifier
isPackage, isType, toPackage, toType
 
Methods inherited from interface jltools.types.TypeObject
isCanonical, position, restore, typeSystem
 
Methods inherited from interface jltools.util.Copy
copy
 

Method Detail

name

public java.lang.String name()

fullName

public java.lang.String fullName()