#include <nodes.h>
Public Member Functions | |
TNode< T > * | node () const |
returns the child node for that unary operator node. | |
virtual TNode< T > * | right () const |
returns the child node (wrapper to the more declarative node() method) | |
virtual bool | equals (const TNode< T > *ANode) const |
returns true, if given node equals to this one | |
Protected Member Functions | |
TUnaryNodeOp (typename TUnaryNodeOp< T >::TNodeType AType, short APriority, TNode< T > *ANode) | |
creates an unary operator node of type AType. |
TUnaryNodeOp<T> represents the base class for any unary operation node in the expression tree.
Definition at line 388 of file nodes.h.