站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

HqlASTFactory (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.hql.ast
Class HqlASTFactory

java.lang.Object
  extended byantlr.ASTFactory
      extended byorg.hibernate.hql.ast.HqlASTFactory

public class HqlASTFactory
extends antlr.ASTFactory

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


Field Summary
 
Fields inherited from class antlr.ASTFactory
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap
 
Constructor Summary
HqlASTFactory()
           
 
Method Summary
 Class getASTNodeType(int tokenType)
          Returns the class for a given token type (a.k.a.
 
Methods inherited from class antlr.ASTFactory
addASTChild, create, create, create, create, create, create, create, create, create, createUsingCtor, dup, dupList, dupTree, error, getTokenTypeToASTClassMap, make, make, makeASTRoot, setASTNodeClass, setASTNodeClass, setASTNodeType, setTokenTypeASTNodeType, setTokenTypeToASTClassMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HqlASTFactory

public HqlASTFactory()
Method Detail

getASTNodeType

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.