|  | Qore astparser Module 2.2.0
    | 
#include <QC_AstTree.dox.h>
| Public Member Methods | |
| constructor () | |
| Creates the AstTree. | |
| list | getNodesInfo () | 
| Get info about nodes in the tree. | |
| printTree (string file) | |
| Print tree. | |
| list astparser::AstTree::getNodesInfo | ( | ) | 
Get info about nodes in the tree.
Export the tree structure to Qore hashes and lists.
| astparser::AstTree::printTree | ( | string | file | ) | 
Print tree.
| file | name of file where to print out the tree |