#include <nodes.h>
Public Member Functions | |
virtual TNode< T > * | left () const |
returns the right child node of the expression tree | |
virtual TNode< T > * | right () const |
returns the left child node of the expression tree | |
virtual bool | equals (const TNode< T > *ANode) const |
returns true, if given node equals to this one | |
Protected Member Functions | |
TBinaryNodeOp (typename TBinaryNodeOp< T >::TNodeType AType, short APrio, TNode< T > *ALeft, TNode< T > *ARight) | |
creates an binary operator node of type AType |
Definition at line 411 of file nodes.h.