类 HqlASTFactory
- java.lang.Object
-
- antlr.ASTFactory
-
- org.hibernate.hql.internal.ast.HqlASTFactory
-
public class HqlASTFactory extends antlr.ASTFactoryUser: Joshua Davis
Date: Sep 23, 2005
Time: 12:30:01 PM
-
-
构造器概要
构造器 构造器 说明 HqlASTFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ClassgetASTNodeType(int tokenType)Returns the class for a given token type (a.k.a.-
从类继承的方法 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
-
-
-
-
方法详细资料
-
getASTNodeType
public Class getASTNodeType(int tokenType)
Returns the class for a given token type (a.k.a. AST node type).- 覆盖:
getASTNodeType在类中antlr.ASTFactory- 参数:
tokenType- The token type.- 返回:
- Class - The AST node class to instantiate.
-
-