| Classes in org.makumba.providers.query.mql that implement HqlTokenTypes |
class |
HqlBaseLexer
Hibernate Query Language Lexer
This lexer provides the HQL parser with tokens. |
class |
HqlBaseParser
Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational
mapping library). |
(package private) class |
HqlLexer
Custom lexer for the HQL grammar. |
class |
HqlParser
Implements the semantic action methods defined in the HQL base parser to keep the grammar
source file a little cleaner. |