26 #ifndef __TERRALIB_FE_INTERNAL_BINARYCOMPARISONOP_H    27 #define __TERRALIB_FE_INTERNAL_BINARYCOMPARISONOP_H   101         virtual ~BinaryComparisonOp();
   147         void enableMatchCase();
   150         void disableMatchCase();
   164 #endif  // __TERRALIB_FE_INTERNAL_BINARYCOMPARISONOP_H #define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
Expression * m_first
first operand (mandatory). 
 
bool m_matchCase
Optional (default: true). 
 
This is an abstract class that models a Filter Encoding expression. 
 
#define TE_DEFINE_VISITABLE
 
A class for binary comparison operators. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
Expression * m_second
second operand (mandatory).