Hormiga 1.0

OperatorOr Class Reference

#include <operand.h>

Inheritance diagram for OperatorOr:
Collaboration diagram for OperatorOr:

List of all members.

Public Member Functions

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

Static Protected Attributes

static T_STRING symbol = "OR"

Detailed Description

Definition at line 307 of file operand.h.


Constructor & Destructor Documentation

OperatorOr::OperatorOr ( Operand op1,
Operand op2 
)

Definition at line 567 of file operand.cpp.


Member Function Documentation

T_STRING OperatorOr::getSymbol ( ) const [virtual]

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

Implements BinaryOperator.

Definition at line 557 of file operand.cpp.

T_MAGNITUDE OperatorOr::getValue ( ) const [virtual]

Implements Operand.

Definition at line 562 of file operand.cpp.

Here is the call graph for this function:


Member Data Documentation

T_STRING OperatorOr::symbol = "OR" [static, protected]

OperatorOr

Definition at line 314 of file operand.h.


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