#include <type-ast.hh>
Definition at line 302 of file type-ast.hh.
◆ node_t
◆ nodes_t
◆ automaton() [1/2]
vcsn::ast::automaton::automaton |
( |
const std::string & |
type, |
|
|
const node_t & |
child |
|
) |
| |
|
inline |
◆ automaton() [2/2]
vcsn::ast::automaton::automaton |
( |
const std::string & |
type, |
|
|
const nodes_t & |
children |
|
) |
| |
|
inline |
◆ accept()
◆ get_content() [1/2]
const nodes_t& vcsn::ast::automaton::get_content |
( |
| ) |
const |
|
inline |
◆ get_content() [2/2]
nodes_t& vcsn::ast::automaton::get_content |
( |
| ) |
|
|
inline |
◆ get_type()
const std::string& vcsn::ast::automaton::get_type |
( |
| ) |
const |
|
inline |
◆ children_
nodes_t vcsn::ast::automaton::children_ |
|
private |
◆ type_
std::string vcsn::ast::automaton::type_ |
|
private |
The documentation for this class was generated from the following file: