Class TestNode

ClassList > TestNode

Public Attributes

Type Name
vector< ActionNode * > actions
string testName

Public Functions

Type Name
TestNode (string && testName, vector< ActionNode * > actions)
string accept (ASTVisitor & visitor) const

Public Attributes Documentation

variable actions

vector<ActionNode*> TestNode::actions;

variable testName

string TestNode::testName;

Public Functions Documentation

function TestNode

explicit TestNode::TestNode (
    string && testName,
    vector< ActionNode * > actions
) 

function accept

string TestNode::accept (
    ASTVisitor & visitor
) const


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