Uses of Interface
org.hibernate.hql.antlr.HqlSqlTokenTypes

Packages that use HqlSqlTokenTypes
org.hibernate.hql.antlr A special package for ANTLR-generated parser classes. 
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
 

Uses of HqlSqlTokenTypes in org.hibernate.hql.antlr
 

Classes in org.hibernate.hql.antlr that implement HqlSqlTokenTypes
 class HqlSqlBaseWalker
          Hibernate Query Language to SQL Tree Transform.
This is a tree grammar that transforms an HQL AST into a intermediate SQL AST with bindings to Hibernate interfaces (Queryable, etc.).
 

Uses of HqlSqlTokenTypes in org.hibernate.hql.ast
 

Classes in org.hibernate.hql.ast that implement HqlSqlTokenTypes
 class HqlSqlWalker
          Implements methods used by the HQL->SQL tree transform grammar (a.k.a.
 class LiteralNode
          Represents a literal.
 class OrderByClause
          Implementation of OrderByClause.
 class SqlASTFactory
          Custom AST factory the intermediate tree that causes ANTLR to create specialized AST nodes, given the AST node type (from HqlSqlTokenTypes).
 class SyntheticAndFactory
          Creates synthetic and nodes based on the where fragment part of a JoinSequence.