Vcsn  2.8
Be Rational
vcsn::ast::expansionset Class Reference

#include <type-ast.hh>

Inheritance diagram for vcsn::ast::expansionset:
Collaboration diagram for vcsn::ast::expansionset:

Public Member Functions

 expansionset (std::shared_ptr< expressionset > rs)
 
const std::shared_ptr< expressionsetget_expressionset () const
 
virtual void accept (context_visitor &v) const
 
virtual bool has_one () const
 
- Public Member Functions inherited from vcsn::ast::ast_node
virtual ~ast_node ()=default
 

Private Attributes

std::shared_ptr< expressionsetrs_
 

Detailed Description

Definition at line 246 of file type-ast.hh.

Constructor & Destructor Documentation

◆ expansionset()

vcsn::ast::expansionset::expansionset ( std::shared_ptr< expressionset rs)
inline

Definition at line 249 of file type-ast.hh.

Member Function Documentation

◆ accept()

virtual void vcsn::ast::expansionset::accept ( context_visitor v) const
inlinevirtual

Implements vcsn::ast::ast_node.

Definition at line 258 of file type-ast.hh.

◆ get_expressionset()

const std::shared_ptr<expressionset> vcsn::ast::expansionset::get_expressionset ( ) const
inline

Definition at line 253 of file type-ast.hh.

◆ has_one()

virtual bool vcsn::ast::expansionset::has_one ( ) const
inlinevirtual

Reimplemented from vcsn::ast::ast_node.

Definition at line 259 of file type-ast.hh.

Member Data Documentation

◆ rs_

std::shared_ptr<expressionset> vcsn::ast::expansionset::rs_
private

Definition at line 262 of file type-ast.hh.


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