#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Shift_Expr:
Public Member Functions | |
TAO_PSDL_Shift_Expr (TAO_PSDL_Node *add_expr) | |
**************************************************************** | |
TAO_PSDL_Shift_Expr (TAO_PSDL_Node *shift_expr, TAO_PSDL_Node *type, TAO_PSDL_Node *add_expr) | |
virtual | ~TAO_PSDL_Shift_Expr (void) |
TAO_PSDL_Node * | type (void) const |
Get the value. | |
TAO_PSDL_Node * | add_expr (void) const |
TAO_PSDL_Node * | shift_expr (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | shift_expr_ |
The values. | |
TAO_PSDL_Node * | type_ |
TAO_PSDL_Node * | add_expr_ |
|
****************************************************************
|
|
|
|
|
|
= The Node methods.
Implements TAO_PSDL_Node. |
|
|
|
|
|
Get the value.
|
|
|
|
The values.
|
|
Reimplemented from TAO_PSDL_Node. |