public interface

Node

org.hibernate.sql.ordering.antlr.Node
Known Indirect Subclasses

Class Overview

General contract for AST nodes.

Summary

Public Methods
abstract String getDebugText()
Get a string representation of this node usable for debug logging or similar.
abstract String getRenderableText()
Build the node's representation for use in the resulting rendering.
abstract String getText()
Get the intrinsic text of this node.

Public Methods

public abstract String getDebugText ()

Get a string representation of this node usable for debug logging or similar.

Returns
  • The node's debugging text.

public abstract String getRenderableText ()

Build the node's representation for use in the resulting rendering.

Returns
  • The renderable text.

public abstract String getText ()

Get the intrinsic text of this node.

Returns
  • The node's text.