- All Implemented Interfaces:
- IDefn
A definition of a type name. In the first instance, an identifier, but later resolved to a
 local name or an imported name.
- 
Constructor SummaryConstructors 
Constructs a type name definition for a type. 
 
 
- 
Method Summary
Returns the type for this definition. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
TypeNameDefnpublic TypeNameDefn(Type type) Constructs a type name definition for a type. 
- Parameters:
- type- the definition's type.
 
 
- 
Method Details
- 
typeReturns the type for this definition. 
- Specified by:
- typein interface- IDefn
- Returns:
- the definition's type.