Public Member Functions

OA::NewExprTree::ChildNodesIterator Class Reference

#include <NewExprTree.hpp>

Inheritance diagram for OA::NewExprTree::ChildNodesIterator:
Inheritance graph
[legend]
Collaboration diagram for OA::NewExprTree::ChildNodesIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ChildNodesIterator (Node &n)
 ~ChildNodesIterator ()
OA_ptr< Nodecurrent () const

Detailed Description

ChildNodesIterator iterates over all the children nodes of a node. It skips the null edges. Included here so that datatype information is not lost

Definition at line 384 of file NewExprTree.hpp.


Constructor & Destructor Documentation

OA::NewExprTree::ChildNodesIterator::ChildNodesIterator ( Node n  )  [inline]

Definition at line 386 of file NewExprTree.hpp.

OA::NewExprTree::ChildNodesIterator::~ChildNodesIterator (  )  [inline]

Reimplemented from OA::Tree::ChildNodesIterator.

Definition at line 387 of file NewExprTree.hpp.


Member Function Documentation

OA_ptr<Node> OA::NewExprTree::ChildNodesIterator::current (  )  const [inline]

Reimplemented from OA::Tree::ChildNodesIterator.

Definition at line 388 of file NewExprTree.hpp.

References OA::OA_ptr< T >::convert(), OA::Tree::ChildNodesIterator::current(), and OA::n.

Referenced by OA::OutputNewExprTreeVisitor::visitOpNode().

Here is the call graph for this function:


The documentation for this class was generated from the following file: