Aegis  4.25.D505
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
rpt_expr_assign_shift_right Class Reference

#include <assign.h>

Inheritance diagram for rpt_expr_assign_shift_right:
rpt_expr

Public Member Functions

virtual ~rpt_expr_assign_shift_right ()

Static Public Member Functions

static rpt_expr::pointer create (const rpt_expr::pointer &lhs, const rpt_expr::pointer &rhs)

Protected Member Functions

rpt_value::pointer evaluate () const

Private Member Functions

 rpt_expr_assign_shift_right (const rpt_expr::pointer &lhs, const rpt_expr::pointer &rhs)
 rpt_expr_assign_shift_right ()
 rpt_expr_assign_shift_right (const rpt_expr_assign_shift_right &)
rpt_expr_assign_shift_rightoperator= (const rpt_expr_assign_shift_right &)

Detailed Description

The rpt_expr_assign_shift_right class is used to represent a syntax tree shift-right-then-assign node.

Definition at line 641 of file assign.h.


Constructor & Destructor Documentation

The destructor.

The constructor. It's private on purpose, use the "create" class method instead.

The default constructor. Do not use.

The copy constructor. Do not use.


Member Function Documentation

The create class method is used to create new dynamically allocated instance of this class.

The evaluate method may be used to calculate the value of the expression syntax tree.

Implements rpt_expr.

rpt_expr_assign_shift_right& rpt_expr_assign_shift_right::operator= ( const rpt_expr_assign_shift_right ) [private]

The assignment operator. Do not use.


The documentation for this class was generated from the following file: