#include <CompareExprTree.hpp>


Public Member Functions | |
| NodesIterator (Tree &t) | |
| virtual | ~NodesIterator () |
| OA_ptr< Node > | current () const |
| NodesIterator (Tree &t) | |
| virtual | ~NodesIterator () |
| OA_ptr< Node > | current () const |
The node iterator iterates over all the nodes in the tree in no particular order. Need one in this class as well as super class so that return value of current method is subclass specific.
Definition at line 339 of file CompareExprTree.hpp.
| OA::ExprTree::NodesIterator::NodesIterator | ( | Tree & | t | ) | [inline] |
Definition at line 341 of file CompareExprTree.hpp.
| virtual OA::ExprTree::NodesIterator::~NodesIterator | ( | ) | [inline, virtual] |
Reimplemented from OA::Tree::NodesIterator.
Definition at line 342 of file CompareExprTree.hpp.
| OA::ExprTree::NodesIterator::NodesIterator | ( | Tree & | t | ) | [inline] |
Definition at line 352 of file ExprTree.hpp.
| virtual OA::ExprTree::NodesIterator::~NodesIterator | ( | ) | [inline, virtual] |
Reimplemented from OA::Tree::NodesIterator.
Definition at line 353 of file ExprTree.hpp.
Reimplemented from OA::Tree::NodesIterator.
Definition at line 343 of file CompareExprTree.hpp.
References OA::OA_ptr< T >::convert(), OA::Tree::NodesIterator::current(), and OA::n.
Referenced by OA::ExprTree::copyAndConnectSubTree(), OA::ExprTree::dump(), OA::DUG::ManagerDUGStandard::getCallInfo(), and OA::DUG::ManagerDUGStandard::labelCallRetEdges().

Reimplemented from OA::Tree::NodesIterator.
Definition at line 354 of file ExprTree.hpp.
References OA::OA_ptr< T >::convert(), OA::Tree::NodesIterator::current(), and OA::n.

1.7.1