![]() |
Zen
A cross-platform functional programming language
|
List of lexer statement nodes. More...
#include <Ast.hpp>
Public Types | |
| typedef z::list< LexerStatement * > | List |
| Default list of lexer statements. | |
Public Member Functions | |
| LexerStatementList () | |
| Default constructor. | |
| const List & | getList () const |
| Returns a reference to the list of lexer statements. | |
| void | addStatement (LexerStatement &statement) |
| Add a grammar lexer statement to the list. | |
Private Attributes | |
| List | _list |
| List of lexer statements managed by this class. | |
List of lexer statement nodes.
| void addStatement | ( | LexerStatement & | statement | ) | [inline] |
Add a grammar lexer statement to the list.
| statement | The lexer statement to be added |
| const List& getList | ( | ) | const [inline] |
Returns a reference to the list of lexer statements.