org.hibernate.hql.ast.tree
Interface DisplayableNode
- All Known Implementing Classes:
- DotNode, FromReferenceNode, IdentNode, IndexNode, SelectExpressionImpl
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 |
java.lang.String |
getDisplayText()
Returns additional display text for the AST node. |
getDisplayText
java.lang.String getDisplayText()
- Returns additional display text for the AST node.
- Returns:
- String - The additional display text.
Copyright © 2009 Hibernate.org. All Rights Reserved.