public class

NodeSupport

extends CommonAST
implements Node
java.lang.Object
   ↳ CommonAST
     ↳ org.hibernate.sql.ordering.antlr.NodeSupport
Known Direct Subclasses

Class Overview

Basic implementation of a Node.

Summary

Public Constructors
NodeSupport()
Public Methods
String getDebugText()
Get a string representation of this node usable for debug logging or similar.
String getRenderableText()
Build the node's representation for use in the resulting rendering.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.sql.ordering.antlr.Node

Public Constructors

public NodeSupport ()

Public Methods

public String getDebugText ()

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

Returns
  • The node's debugging text.

public String getRenderableText ()

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

Returns
  • The renderable text.