My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ExprAst Class Reference

Base class for all nodes in the abstract syntax tree of an expression. More...

Inheritance diagram for ExprAst:
ExprAstBinary ExprAstFilter ExprAstFilterAppl ExprAstFunctionVariable ExprAstLiteral ExprAstNegate ExprAstNumber ExprAstUnary ExprAstVariable

Public Member Functions

virtual ~ExprAst ()
 
virtual TemplateVariant resolve (TemplateContext *)
 

Detailed Description

Base class for all nodes in the abstract syntax tree of an expression.

Definition at line 1432 of file template.cpp.

Constructor & Destructor Documentation

virtual ExprAst::~ExprAst ( )
inlinevirtual

Definition at line 1435 of file template.cpp.

{}

Member Function Documentation

virtual TemplateVariant ExprAst::resolve ( TemplateContext )
inlinevirtual

The documentation for this class was generated from the following file: