Package org.hibernate.sql.ordering.antlr
Class OrderByFragment
- java.lang.Object
-
- antlr.BaseAST
-
- antlr.CommonAST
-
- org.hibernate.sql.ordering.antlr.NodeSupport
-
- org.hibernate.sql.ordering.antlr.OrderByFragment
-
- All Implemented Interfaces:
antlr.collections.AST
,java.io.Serializable
,Node
public class OrderByFragment extends NodeSupport
Represents a parsed order-by mapping fragment. This holds the tree of allSortSpecification
s.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderByFragment()
-
Method Summary
-
Methods inherited from class org.hibernate.sql.ordering.antlr.NodeSupport
getDebugText, getRenderableText
-
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
-
-