类 Node
- java.lang.Object
-
- antlr.BaseAST
-
- antlr.CommonAST
-
- org.hibernate.hql.internal.ast.tree.Node
-
- 所有已实现的接口:
antlr.collections.AST,Serializable
- 直接已知子类:
JavaConstantNode,SqlFragment,SqlNode
public class Node extends antlr.CommonASTBase node class for use by Hibernate within its AST trees.- 作者:
- Joshua Davis, Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetColumn()StringgetFilename()intgetLine()StringgetRenderText(SessionFactoryImplementor sessionFactory)Retrieve the text to be used for rendering this particular node.intgetTextLength()voidinitialize(antlr.collections.AST t)voidinitialize(antlr.Token tok)-
从类继承的方法 antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
-
-
-
-
方法详细资料
-
getRenderText
public String getRenderText(SessionFactoryImplementor sessionFactory)
Retrieve the text to be used for rendering this particular node.- 参数:
sessionFactory- The session factory- 返回:
- The text to use for rendering
-
initialize
public void initialize(antlr.Token tok)
- 指定者:
initialize在接口中antlr.collections.AST- 覆盖:
initialize在类中antlr.CommonAST
-
initialize
public void initialize(antlr.collections.AST t)
- 指定者:
initialize在接口中antlr.collections.AST- 覆盖:
initialize在类中antlr.CommonAST
-
getFilename
public String getFilename()
-
getLine
public int getLine()
- 指定者:
getLine在接口中antlr.collections.AST- 覆盖:
getLine在类中antlr.BaseAST
-
getColumn
public int getColumn()
- 指定者:
getColumn在接口中antlr.collections.AST- 覆盖:
getColumn在类中antlr.BaseAST
-
getTextLength
public int getTextLength()
-
-