26 #ifndef __TERRALIB_FE_INTERNAL_EXPRESSION_H    27 #define __TERRALIB_FE_INTERNAL_EXPRESSION_H    30 #include "../common/BaseVisitable.h"   105 #endif  // __TERRALIB_FE_INTERNAL_EXPRESSION_H The root of all hierarchies that can be visited. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Expression()
It initializes a new Expression. 
 
This is an abstract class that models a Filter Encoding expression. 
 
#define TE_DEFINE_VISITABLE
 
Configuration flags for the TerraLib Filter Encoding module. 
 
virtual ~Expression()
Virtual destructor.