类 NodeSupport
- java.lang.Object
-
- antlr.BaseAST
-
- antlr.CommonAST
-
- org.hibernate.sql.ordering.antlr.NodeSupport
-
- 所有已实现的接口:
antlr.collections.AST,Serializable,Node
public class NodeSupport extends antlr.CommonAST implements Node
Basic implementation of aNodebridging to the AntlrCommonASThierarchy.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 NodeSupport()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetDebugText()Get a string representation of this node usable for debug logging or similar.StringgetRenderableText()Build the node's representation for use in the resulting rendering.-
从类继承的方法 antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
-
-
-
-
方法详细资料
-
getDebugText
public String getDebugText()
从接口复制的说明:NodeGet a string representation of this node usable for debug logging or similar.- 指定者:
getDebugText在接口中Node- 返回:
- The node's debugging text.
-
getRenderableText
public String getRenderableText()
从接口复制的说明:NodeBuild the node's representation for use in the resulting rendering.- 指定者:
getRenderableText在接口中Node- 返回:
- The text for use in the translated output.
-
-