- 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 Summary
Constructors
Constructs a type name definition for a type.
-
Method Summary
Returns the type for this definition.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TypeNameDefn
public TypeNameDefn(Type type)
Constructs a type name definition for a type.
- Parameters:
type
- the definition's type.
-
Method Details
-
type
Returns the type for this definition.
- Specified by:
type
in interface IDefn
- Returns:
- the definition's type.