VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Attributes | List of all members
VICI::stub::SyntaxStub Class Reference

A stub version of the Syntax module interface. More...

#include <vici/libifstubs.h>

Inheritance diagram for VICI::stub::SyntaxStub:
VICI::Syntax::Syntax

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

Windowwin
 The window to display on.
 
EBNF::EBNFebnf
 The EBNF module.
 

Detailed Description

A stub version of the Syntax module interface.

Constructor & Destructor Documentation

SyntaxStub::SyntaxStub ( Window w,
EBNF::EBNF e 
)

Costructor.

Parameters
wThe window to display on.
eThe EBNF module.

Member Function Documentation

void SyntaxStub::show ( csr  s)
virtual

display the syntax chart for the supplied ebnf

Parameters
sthe EBNF to build the chart for.

Implements VICI::Syntax::Syntax.


The documentation for this class was generated from the following files: