FileDocCategorySizeDatePackage
DisplayableNode.javaAPI DocHibernate 3.2.5455Tue Jul 12 15:27:30 BST 2005org.hibernate.hql.ast.tree

DisplayableNode

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).

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDisplayText()
Returns additional display text for the AST node.

return
String - The additional display text.