Qore astparser Module
0.9.3
|
Public Member Methods | |
constructor () | |
Creates the AstTree. | |
list | getNodesInfo () |
Get info about nodes in the tree. More... | |
printTree (string file) | |
Print tree. More... | |
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 |