Hormiga 1.0

OperatorAnd Class Reference

#include <operand.h>

Inheritance diagram for OperatorAnd:
Collaboration diagram for OperatorAnd:

List of all members.

Public Member Functions

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

Static Protected Attributes

static T_STRING symbol = "AND"

Detailed Description

Definition at line 297 of file operand.h.


Constructor & Destructor Documentation

OperatorAnd::OperatorAnd ( Operand op1,
Operand op2 
)

Definition at line 549 of file operand.cpp.


Member Function Documentation

T_STRING OperatorAnd::getSymbol ( ) const [virtual]

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

Implements BinaryOperator.

Definition at line 539 of file operand.cpp.

T_MAGNITUDE OperatorAnd::getValue ( ) const [virtual]

Implements Operand.

Definition at line 544 of file operand.cpp.

Here is the call graph for this function:


Member Data Documentation

T_STRING OperatorAnd::symbol = "AND" [static, protected]

OperatorAnd

Definition at line 304 of file operand.h.


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