org.hibernate.hql.ast.util
Interface DisplayableNode

All Known Implementing Classes:
AbstractRestrictableStatement, AbstractStatement, BinaryArithmeticOperatorNode, CollectionFunction, DeleteStatement, FromClause, FromElement, ImpliedFromElement, InsertStatement, IntoClause, ParameterNode, QueryNode, UpdateStatement

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

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

Returns:
The additional display text.


Copyright © 2009 Hibernate.org. All Rights Reserved.