[Missing <summary> documentation for "N:NHibernate.Hql.Ast.ANTLR.Util"]

Classes

  ClassDescription
Public classAliasGenerator
Generates class/table/column aliases during semantic analysis and SQL rendering. Its essential purpose is to keep an internal counter to ensure that the generated aliases are unique.
Public classASTAppender
Appends child nodes to a parent efficiently.
Public classASTIterator
Depth first iteration of an ANTLR AST. Author: josh Ported by: Steve Strong
Public classASTUtil
Public classCollectingNodeVisitor
Public classColumnHelper
Public classJoinProcessor
Performs the post-processing of the join information gathered during semantic analysis. The join generating classes are complex, this encapsulates some of the JoinSequence-related code. Author: Joshua Davis Ported by: Steve Strong
Public classLiteralProcessor
Public classNodeTraverser
Public classPathHelper
Public classSyntheticAndFactory
Creates synthetic and nodes based on the where fragment part of a JoinSequence. Author: josh Ported by: Steve Strong

Interfaces

  InterfaceDescription
Public interfaceIVisitationStrategy

Delegates

  DelegateDescription
Public delegateFilterPredicate
Filters nodes in/out of a tree.