Hormiga 1.0

Typeable Class Reference

#include <operand_interface.h>

Inheritance diagram for Typeable:
Collaboration diagram for Typeable:

List of all members.

Public Member Functions

 Typeable (Type *type=NULL)
TypegetType () const

Protected Attributes

Typetype

Detailed Description

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.


Constructor & Destructor Documentation

Typeable::Typeable ( Type t = NULL)

Typeable

Definition at line 52 of file operand.cpp.


Member Function Documentation

Type * Typeable::getType ( ) const

Definition at line 57 of file operand.cpp.

Here is the caller graph for this function:


Member Data Documentation

Type* Typeable::type [protected]

Definition at line 62 of file operand_interface.h.


The documentation for this class was generated from the following files: