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