Qore Programming Language Reference Manual  0.9.11
QC_AstTree.dox.h
1 namespace astparser {
4 
8 class AstTree {
9 
10 public:
12 /***/
14 
15 public:
17 
21 
22 public:
24 
26  printTree(string file);
27 };
28 };
astparser::AstTree::constructor
constructor()
Creates the AstTree.
astparser::AstTree::printTree
printTree(string file)
Print tree.
astparser::AstTree
AstTree class.
Definition: QC_AstTree.dox.h:8
Qore::list
list< auto > list(...)
Returns a list of the arguments passed at the top level.
astparser
astparser namespace
Definition: QC_AstParser.dox.h:2
astparser::AstTree::getNodesInfo
list getNodesInfo()
Get info about nodes in the tree.