Vcsn
2.2
Be Rational
|
Represents the "alphabets", or "generator set". More...
#include <type-ast.hh>
Public Member Functions | |
genset (const std::string &letter_type, const std::string &gens) | |
virtual void | accept (context_visitor &v) const |
const std::string & | letter_type () const |
The char type. More... | |
const std::string & | generators () const |
The generators. More... | |
Public Member Functions inherited from vcsn::ast::ast_node | |
virtual | ~ast_node ()=default |
virtual bool | has_one () const |
Private Attributes | |
const std::string | letter_type_ |
const std::string | generators_ |
Represents the "alphabets", or "generator set".
e.g. "char_letter(abc)".
Definition at line 145 of file type-ast.hh.
|
inline |
Definition at line 148 of file type-ast.hh.
|
inlinevirtual |
Implements vcsn::ast::ast_node.
Definition at line 153 of file type-ast.hh.
|
inline |
The generators.
Definition at line 162 of file type-ast.hh.
|
inline |
The char type.
Definition at line 156 of file type-ast.hh.
|
private |
Definition at line 169 of file type-ast.hh.
|
private |
Definition at line 168 of file type-ast.hh.