org.hibernate.hql.ast.tree
Interface DisplayableNode
- AbstractRestrictableStatement, AbstractStatement, BinaryArithmeticOperatorNode, CollectionFunction, DeleteStatement, DotNode, FromClause, FromElement, FromReferenceNode, IdentNode, ImpliedFromElement, IndexNode, InsertStatement, IntoClause, ParameterNode, QueryNode, SelectExpressionImpl, UpdateStatement
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).
String | getDisplayText() - Returns additional display text for the AST node.
|
getDisplayText
public String getDisplayText()
Returns additional display text for the AST node.
- String - The additional display text.