Hormiga 1.0

Statement Class Reference

#include <statement_interface.h>

Inheritance diagram for Statement:

List of all members.

Public Member Functions

virtual bool exec ()=0
virtual T_STRING toString () const =0

Detailed Description

Definition at line 51 of file statement_interface.h.


Member Function Documentation

virtual bool Statement::exec ( ) [pure virtual]

Implemented in OperatorAsig, Statements, For, If, and While.

Here is the caller graph for this function:

virtual T_STRING Statement::toString ( ) const [pure virtual]

Implemented in OperatorAsig, Statements, For, If, and While.

Here is the caller graph for this function:


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