26#ifndef __TERRALIB_FE_INTERNAL_EXPRESSION_H
27#define __TERRALIB_FE_INTERNAL_EXPRESSION_H
The root of all hierarchies that can be visited.
#define TE_DEFINE_VISITABLE
The root of all hierarchies that can be visited.
virtual Expression * clone() const =0
It returns a clone of this object.
virtual ~Expression()
Virtual destructor.
Expression(const Expression &rhs)
No copy constructor allowed.
Expression & operator=(const Expression &rhs)
No assignment operator allowed.
Expression()
It initializes a new Expression.
A visitor interface for a Filter expression.
Namespace for the Filter Encoding module of TerraLib.
Configuration flags for the TerraLib Filter Encoding module.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.