Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
ASTFactory
org.hibernate.hql.ast.HqlASTFactory
public class HqlASTFactory
extends ASTFactory
Method Summary | |
Class |
|
public Class getASTNodeType(int tokenType)
Returns the class for a given token type (a.k.a. AST node type).
- Parameters:
tokenType
- The token type.
- Returns:
- Class - The AST node class to instantiate.