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

DisplayableNode (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.hql.ast.tree
Interface DisplayableNode

All Known Implementing Classes:
AbstractStatement, BinaryArithmeticOperatorNode, CollectionFunction, DotNode, FromClause, FromElement, FromReferenceNode, IntoClause, ParameterNode

public interface DisplayableNode

Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).


Method Summary
 String getDisplayText()
          Returns additional display text for the AST node.
 

Method Detail

getDisplayText

public String getDisplayText()
Returns additional display text for the AST node.

Returns:
String - The additional display text.