Expression * m_second
Second operand (an expression). (Mandatory)
Expression * m_first
First operand (an expression). (Mandatory)
virtual ~BinaryOperator()
Virtual destructor.
void setFirst(Expression *first)
It sets the first operand.
An static class with global definitions.
virtual Expression * clone() const =0
It returns a clone of this object.
This is an abstract class that models a Filter Encoding expression.
Expression * getSecond() const
It returns the second operand.
Expression * getFirst() const
It returns the first operand.
void setSecond(Expression *second)
It sets the second operand.
This class can be used to represent binary operation expressions.
BinaryOperator(const char *opName=0)
It initializes a new BinaryOperator.
const char * m_opName
The operator name. (Mandatory)
virtual Expression * clone() const
It returns a clone of this object.