Doxygen
ExprAst类 参考

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

+ 类 ExprAst 继承关系图:

Public 成员函数

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

详细描述

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

在文件 template.cpp1663 行定义.

构造及析构函数说明

◆ ~ExprAst()

virtual ExprAst::~ExprAst ( )
inlinevirtual

在文件 template.cpp1666 行定义.

1666 {}

成员函数说明

◆ resolve()

virtual TemplateVariant ExprAst::resolve ( TemplateContext )
inlinevirtual

该类的文档由以下文件生成:
TemplateVariant
Variant type which can hold one value of a fixed set of types.
Definition: template.h:98