void setName(const char *opName)
It sets the operator name.
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
virtual ~ComparisonOp()
Virtual destructor.
An abstract interface for operators.
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
AbstractOp * clone() const
It creates a new copy of this object.
const char * m_name
Operator name.
ComparisonOp(const char *opName=0)
It initializes the Comparison operator.