Quark  0.1
SqlLanguageSyntax.h++
Go to the documentation of this file.
1 
2 #ifndef __libquark_syntax_SqlLanguageSyntax_hxx
3 #define __libquark_syntax_SqlLanguageSyntax_hxx
4 
6 
7 namespace quark {
8 namespace syntax {
9 
16 {
17  public:
18 
21 
23  virtual ~SqlLanguageSyntax();
24 };
25 
26 } // namespace syntax
27 } // namespace quark
28 
29 #endif // __libquark_syntax_SqlLanguageSyntax_hxx
A syntax matcher for the SQL language.
Definition: SqlLanguageSyntax.h++:15
virtual ~SqlLanguageSyntax()
Destructor.
Definition: BarChartView.h++:6
A base class for recognizing a language syntax.
Definition: LanguageSyntax.h++:19