VICI
0.11.815
Visual Chart Interpreter
|
An implementation of the ParseTree type. More...
#include <vici/parseTree.h>
Public Member Functions | |
EbnfTree () | |
constructor | |
virtual | ~EbnfTree () |
destructor | |
void | exportXml (const Path &p) |
Save the tree as an XML file. More... | |
void | importXml (const Path &p) |
Load the tree from an XML file. More... | |
Public Member Functions inherited from VICI::EBNF::ParseTree | |
virtual | ~ParseTree () |
virtual destructor | |
Public Attributes | |
EbnfNode * | root |
root node of the tree - type is Grammar | |
An implementation of the ParseTree type.
An implementation of the ParseTree type used to pass the parsed EBNF between modules.
void EbnfTree::exportXml | ( | const Path & | p | ) |
Save the tree as an XML file.
p | The path to save the file. |
void EbnfTree::importXml | ( | const Path & | p | ) |
Load the tree from an XML file.
p | The path to read the file from. |