public interface

DisplayableNode

org.hibernate.hql.ast.tree.DisplayableNode
Known Indirect Subclasses

Class Overview

Implementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).

Summary

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

Public Methods

public abstract String getDisplayText ()

Returns additional display text for the AST node.

Returns
  • String - The additional display text.