org.hibernate.hql.ast.util
Interface DisplayableNode

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

public interface DisplayableNode

Marker interface for nodes (AST impls) wanting to display extra information during ASTPrinter processing. The extra display text is output in addition to the node type and 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:
The additional display text.