BinaryComparisonOp(const char *opName=0)
It initializes a new BinaryComparisonOp. 
 
virtual ~BinaryComparisonOp()
Virtual destructor. 
 
void enableMatchCase()
It enables the match case flag. So comparisons will be case sensitive. 
 
void setSecond(Expression *second)
It sets the second operand. 
 
void disableMatchCase()
It disables the match case flag. So comparisons will not be case sensitive. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
void setFirst(Expression *first)
It sets the first operand. 
 
This is an abstract class that models a Filter Encoding expression. 
 
Expression * getSecond() const 
It returns the second operand. 
 
This is an abstract class that models a Filter Encoding expression. 
 
An static class with global definitions. 
 
A class for binary comparison operators. 
 
Expression * getFirst() const 
It returns the first operand.