Package jminusminus
Interface IDefn
- All Known Implementing Classes:
- LocalVariableDefn,- TypeNameDefn
interface IDefn
The IDefn type is used to implement definitions of things (local variables, formal arguments,
 types) that are named in some context (aka scope).
- 
Method Summary
- 
Method Details- 
typeType type()The (local variable, formal parameter, or local or imported name) definition's type.- Returns:
- the definition's type.
 
 
-