libsesstype  2.0.0
Library for Session Types programming.
 All Classes Namespaces Files Functions
Public Member Functions
sesstype::parameterised::ShlExpr Class Reference

Shift left expression. More...

#include <shl.h>

Inheritance diagram for sesstype::parameterised::ShlExpr:
Inheritance graph
[legend]
Collaboration diagram for sesstype::parameterised::ShlExpr:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ShlExpr (Expr *lhs, Expr *rhs)
 ShlExpr constructor.
 ShlExpr (const ShlExpr &expr)
 ShlExpr copy constructor.
ShlExprclone () const override
 clone a ShlExpr.
bool is_commutative () const override
bool is_associative () const override
virtual void accept (util::ExprVisitor &v) override

Detailed Description

Shift left expression.


Constructor & Destructor Documentation

sesstype::parameterised::ShlExpr::ShlExpr ( Expr lhs,
Expr rhs 
) [inline]

ShlExpr constructor.

Parameters:
[in]lhsExpr.
[in]rhsExpr.

Member Function Documentation

bool sesstype::parameterised::ShlExpr::is_associative ( ) const [inline, override, virtual]
Returns:
true if binary operator is associative.

Implements sesstype::parameterised::BinExpr.

bool sesstype::parameterised::ShlExpr::is_commutative ( ) const [inline, override, virtual]
Returns:
true if binary operator is commutative.

Implements sesstype::parameterised::BinExpr.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions