VICI
0.11.815
Visual Chart Interpreter
|
A stub version of the Syntax module interface. More...
#include <vici/libifstubs.h>
Public Member Functions | |
SyntaxStub (Window *w, EBNF::EBNF *e) | |
Costructor. More... | |
virtual void | show (csr s) |
display the syntax chart for the supplied ebnf More... | |
Public Member Functions inherited from VICI::Syntax::Syntax | |
virtual | ~Syntax () |
virtual destructor | |
Protected Attributes | |
Window * | win |
The window to display on. | |
EBNF::EBNF * | ebnf |
The EBNF module. | |
A stub version of the Syntax module interface.
SyntaxStub::SyntaxStub | ( | Window * | w, |
EBNF::EBNF * | e | ||
) |
Costructor.
w | The window to display on. |
e | The EBNF module. |
|
virtual |
display the syntax chart for the supplied ebnf
s | the EBNF to build the chart for. |
Implements VICI::Syntax::Syntax.