|
Hormiga 1.0
|
#include <operand_interface.h>


Public Member Functions | |
| Typeable (Type *type=NULL) | |
| Type * | getType () const |
Protected Attributes | |
| Type * | type |
Class Typeable This class define a base class that should be inherited by classes that has a 'Type' (as Variables, Constants and Functions).
Definition at line 56 of file operand_interface.h.
| Typeable::Typeable | ( | Type * | t = NULL | ) |
Definition at line 52 of file operand.cpp.
| Type * Typeable::getType | ( | ) | const |
Type* Typeable::type [protected] |
Definition at line 62 of file operand_interface.h.