Hormiga 1.0

OperatorDiv Class Reference

#include <operand.h>

Inheritance diagram for OperatorDiv:
Collaboration diagram for OperatorDiv:

List of all members.

Public Member Functions

virtual T_STRING getSymbol () const
virtual T_MAGNITUDE getValue () const
 OperatorDiv (Operand *op1, Operand *op2)

Static Protected Attributes

static T_STRING symbol = "/"

Detailed Description

Definition at line 276 of file operand.h.


Constructor & Destructor Documentation

OperatorDiv::OperatorDiv ( Operand op1,
Operand op2 
)

Definition at line 510 of file operand.cpp.


Member Function Documentation

T_STRING OperatorDiv::getSymbol ( ) const [virtual]

Return de Symbol that represent this object, it can be the name of a variable.

Implements BinaryOperator.

Definition at line 500 of file operand.cpp.

T_MAGNITUDE OperatorDiv::getValue ( ) const [virtual]

Implements Operand.

Definition at line 505 of file operand.cpp.

Here is the call graph for this function:


Member Data Documentation

T_STRING OperatorDiv::symbol = "/" [static, protected]

OperatorDiv

Definition at line 283 of file operand.h.


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