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

Variable expression. More...

#include <var.h>

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

List of all members.

Public Member Functions

 VarExpr (std::string name)
 VarExpr constructor.
 VarExpr (const VarExpr &expr)
 VarExpr copy constructor.
VarExprclone () const override
 clone a VarExpr.
std::string name () const
virtual void accept (util::ExprVisitor &v) override

Detailed Description

Variable expression.


Constructor & Destructor Documentation

sesstype::parameterised::VarExpr::VarExpr ( std::string  name) [inline]

VarExpr constructor.

Parameters:
[in]nameof variable.

Member Function Documentation

std::string sesstype::parameterised::VarExpr::name ( ) const [inline]
Returns:
variable name.

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