TAO_CosTrader
2.1.9
|
A node that represents an operation with no operands. More...
#include <Constraint_Nodes.h>
Public Member Functions | |
TAO_Noop_Constraint (TAO_Expression_Type type) | |
virtual int | accept (TAO_Constraint_Visitor *visitor) |
virtual TAO_Expression_Type | expr_type (void) const |
Return the expression type represented by this node. More... | |
Public Member Functions inherited from TAO_Constraint | |
virtual | ~TAO_Constraint (void) |
Private Attributes | |
TAO_Expression_Type | type_ |
A node that represents an operation with no operands.
|
inline |
|
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.
Implements TAO_Constraint.
|
inlinevirtual |
Return the expression type represented by this node.
Implements TAO_Constraint.
|
private |