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 
Expression * m_second
second operand (mandatory). 
 
#define TE_DEFINE_VISITABLE
 
Expression * m_first
first operand (mandatory). 
 
This is an abstract class that models a Filter Encoding expression. 
 
A class for binary comparison operators. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
bool m_matchCase
Optional (default: true).