public class

HqlASTFactory

extends ASTFactory
java.lang.Object
   ↳ ASTFactory
     ↳ org.hibernate.hql.ast.HqlASTFactory

Class Overview

User: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM

Summary

Public Constructors
HqlASTFactory()
Public Methods
Class getASTNodeType(int tokenType)
Returns the class for a given token type (a.k.a.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HqlASTFactory ()

Public Methods

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.