Package org.hibernate.sql.ordering.antlr
Class OrderingSpecification
- java.lang.Object
-
- antlr.BaseAST
-
- antlr.CommonAST
-
- org.hibernate.sql.ordering.antlr.NodeSupport
-
- org.hibernate.sql.ordering.antlr.OrderingSpecification
-
- All Implemented Interfaces:
antlr.collections.AST,java.io.Serializable,Node
public class OrderingSpecification extends NodeSupport
Models an ordering specification (ASCENDING or DESCENDING) within aSortSpecification.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrderingSpecification.Ordering
-
Constructor Summary
Constructors Constructor Description OrderingSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrderingSpecification.OrderinggetOrdering()java.lang.StringgetRenderableText()Build the node's representation for use in the resulting rendering.-
Methods inherited from class org.hibernate.sql.ordering.antlr.NodeSupport
getDebugText
-
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
-
-
-
-
Method Detail
-
getOrdering
public OrderingSpecification.Ordering getOrdering()
-
getRenderableText
public java.lang.String getRenderableText()
Description copied from interface:NodeBuild the node's representation for use in the resulting rendering.- Specified by:
getRenderableTextin interfaceNode- Overrides:
getRenderableTextin classNodeSupport- Returns:
- The text for use in the translated output.
-
-