VICI
0.11.815
Visual Chart Interpreter
|
An abstract factory for making an instance of Syntax. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~SyntaxFactory () |
virtual destructor | |
virtual Syntax * | makeSyntax (Window *w, EBNF::EBNF *ebnf)=0 |
Create an instance of Syntax. More... | |
Public Member Functions inherited from VICI::Factory | |
virtual | ~Factory () |
Destructor. | |
An abstract factory for making an instance of Syntax.
An abstract factory for making an instance of Syntax. The implementation will create either the production version, or a stub, or a test version of the Syntax class.
|
pure virtual |
Create an instance of Syntax.
w | the window to display the chart in. |
ebnf | pointer to the EBNF object for parsing the option parameters. |
Implemented in VICI::stub::SyntaxStubFactory.