Class AST

ClassList > AST

Public Attributes

Type Name
vector< TestNode > tests

Public Functions

Type Name
AST (vector< TestNode > tests)
AST ()
string accept (ASTVisitor & visitor) const

Public Attributes Documentation

variable tests

vector<TestNode> AST::tests;

Public Functions Documentation

function AST [1/2]

explicit AST::AST (
    vector< TestNode > tests
) 

function AST [2/2]

explicit AST::AST () 

function accept

string AST::accept (
    ASTVisitor & visitor
) const


The documentation for this class was generated from the following file src/ast/AST.h