dpt.symbtab
Interface TypedDef

All Known Implementing Classes:
MethodDef, VariableDef, ArrayDef

abstract interface TypedDef

This interface represents definitions that have a "type" associated with them. It provides a getType method that can be used to retrieve the symbol for that type.


Method Summary
 Definition getType()
          returns the symbol representing the type associated with a definition
 

Method Detail

getType

public Definition getType()
returns the symbol representing the type associated with a definition