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