Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TAO_Unary_Constraint Class Reference

TAO_Unary_Constraint represents an operation with only one operand. More...

#include <Constraint_Nodes.h>

Inheritance diagram for TAO_Unary_Constraint:

Inheritance graph
[legend]
Collaboration diagram for TAO_Unary_Constraint:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Unary_Constraint (TAO_Expression_Type op_type, TAO_Constraint *operand)
virtual ~TAO_Unary_Constraint (void)
virtual int accept (TAO_Constraint_Visitor *visitor)
 Implementing the pattern of double dispatching, each subclass of TAO_Constraint will call back on an InterpreterVisitor the method to handle a node of its ExpressionType. More...

virtual TAO_Expression_Type expr_type (void) const
 Return the expression type represented by this node. More...

TAO_Constraintoperand (void)

Private Methods

 TAO_Unary_Constraint (const TAO_Unary_Constraint &)
TAO_Unary_Constraint & operator= (const TAO_Unary_Constraint &)

Private Attributes

TAO_Expression_Type op_
 The operator type. More...

TAO_Constraintoperand_
 The operand of the expression. More...


Detailed Description

TAO_Unary_Constraint represents an operation with only one operand.


Constructor & Destructor Documentation

TAO_Unary_Constraint::TAO_Unary_Constraint TAO_Expression_Type    op_type,
TAO_Constraint   operand
 

TAO_Unary_Constraint::~TAO_Unary_Constraint void    [virtual]
 

TAO_Unary_Constraint::TAO_Unary_Constraint const TAO_Unary_Constraint &    [private]
 


Member Function Documentation

int TAO_Unary_Constraint::accept TAO_Constraint_Visitor   visitor [virtual]
 

Implementing the pattern of double dispatching, each subclass of TAO_Constraint will call back on an InterpreterVisitor the method to handle a node of its ExpressionType.

Reimplemented from TAO_Constraint.

virtual TAO_Expression_Type TAO_Unary_Constraint::expr_type void    const [inline, virtual]
 

Return the expression type represented by this node.

Reimplemented from TAO_Constraint.

TAO_Constraint * TAO_Unary_Constraint::operand void   
 

TAO_Unary_Constraint& TAO_Unary_Constraint::operator= const TAO_Unary_Constraint &    [private]
 


Member Data Documentation

TAO_Expression_Type TAO_Unary_Constraint::op_ [private]
 

The operator type.

TAO_Constraint* TAO_Unary_Constraint::operand_ [private]
 

The operand of the expression.


The documentation for this class was generated from the following files:
Generated on Thu Oct 10 22:24:15 2002 for TAO_CosTrader by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001