Class NodeSupport

    • Field Summary

      • Fields inherited from class antlr.BaseAST

        down, right
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeSupport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDebugText()
      Get a string representation of this node usable for debug logging or similar.
      java.lang.String getRenderableText()
      Build the node's representation for use in the resulting rendering.
      • Methods inherited from class antlr.CommonAST

        getText, getType, initialize, initialize, initialize, setText, setType
      • Methods inherited from class antlr.BaseAST

        addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.hibernate.sql.ordering.antlr.Node

        getText
    • Constructor Detail

      • NodeSupport

        public NodeSupport()
    • Method Detail

      • getDebugText

        public java.lang.String getDebugText()
        Description copied from interface: Node
        Get a string representation of this node usable for debug logging or similar.
        Specified by:
        getDebugText in interface Node
        Returns:
        The node's debugging text.
      • getRenderableText

        public java.lang.String getRenderableText()
        Description copied from interface: Node
        Build the node's representation for use in the resulting rendering.
        Specified by:
        getRenderableText in interface Node
        Returns:
        The text for use in the translated output.