TorqueScript  0.2
Public Member Functions | List of all members
TorqueScript::AST::ASTNode Class Referenceabstract

Base AST node class. All AST nodes should derive from this class. More...

#include <ast.hpp>

Inheritance diagram for TorqueScript::AST::ASTNode:
Inheritance graph
[legend]

Public Member Functions

virtual antlrcpp::Any accept (ASTVisitor *visitor)=0
 

Detailed Description

Base AST node class. All AST nodes should derive from this class.


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