Zen
A cross-platform functional programming language
|
AST Node for list of grammar option values. More...
#include <Ast.hpp>
Public Member Functions | |
GrammarOptionValueList () | |
Default constructor. | |
const z::stringlist & | getList () const |
Returns a reference to the list of grammar option values. | |
void | addValue (const z::string &value) |
Add a grammar option value to the list. | |
Private Attributes | |
z::stringlist | _list |
List of grammar option values managed by this class. |
AST Node for list of grammar option values.
void addValue | ( | const z::string & | value | ) | [inline] |
Add a grammar option value to the list.
value | The option value to be added |
const z::stringlist& getList | ( | ) | const [inline] |
Returns a reference to the list of grammar option values.