[Missing <summary> documentation for "N:NHibernate.Hql.Ast.ANTLR.Util"]
Classes
Class | Description | |
---|---|---|
AliasGenerator |
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.
| |
ASTAppender |
Appends child nodes to a parent efficiently.
| |
ASTIterator |
Depth first iteration of an ANTLR AST.
Author: josh
Ported by: Steve Strong
| |
ASTUtil | ||
CollectingNodeVisitor | ||
ColumnHelper | ||
JoinProcessor |
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
| |
LiteralProcessor | ||
NodeTraverser | ||
PathHelper | ||
SyntheticAndFactory |
Creates synthetic and nodes based on the where fragment part of a JoinSequence.
Author: josh
Ported by: Steve Strong
|
Interfaces
Interface | Description | |
---|---|---|
IVisitationStrategy |
Delegates
Delegate | Description | |
---|---|---|
FilterPredicate |
Filters nodes in/out of a tree.
|