public class GeneratedOrderByFragmentRenderer extends antlr.TreeParser implements GeneratedOrderByFragmentRendererTokenTypes
OrderByFragmentParser
Modifier and Type | Field and Description |
---|---|
static String[] |
_tokenNames |
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepth
ASCENDING, CLOSE_PAREN, COLLATE, COLUMN_REF, COMMA, DESCENDING, DOT, EOF, ESCqs, EXPONENT, EXPR_LIST, FIRST, FLOAT_SUFFIX, HARD_QUOTE, HEX_DIGIT, ID_LETTER, ID_START_LETTER, IDENT, IDENT_LIST, LAST, LITERAL_ascending, LITERAL_descending, NULL_ORDER, NULL_TREE_LOOKAHEAD, NULLS, NUM_DOUBLE, NUM_FLOAT, NUM_INT, NUM_LONG, OPEN_PAREN, ORDER_BY, ORDER_SPEC, QUOTED_STRING, SORT_KEY, SORT_SPEC, WS
Constructor and Description |
---|
GeneratedOrderByFragmentRenderer() |
Modifier and Type | Method and Description |
---|---|
String |
collationSpecification(antlr.collections.AST _t) |
String |
nullOrdering(antlr.collections.AST _t) |
void |
orderByFragment(antlr.collections.AST _t) |
String |
orderingSpecification(antlr.collections.AST _t) |
protected void |
out(antlr.collections.AST ast) |
protected void |
out(String text) |
protected String |
renderOrderByElement(String expression,
String collation,
String order,
String nulls)
Implementation note: This is just a stub.
|
void |
sortKey(antlr.collections.AST _t) |
String |
sortKeySpecification(antlr.collections.AST _t) |
void |
sortSpecification(antlr.collections.AST _t) |
public static final String[] _tokenNames
protected void out(String text)
protected void out(antlr.collections.AST ast)
protected String renderOrderByElement(String expression, String collation, String order, String nulls)
public final void orderByFragment(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final void sortSpecification(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final String sortKeySpecification(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final String collationSpecification(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final String orderingSpecification(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final String nullOrdering(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final void sortKey(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
Copyright © 2018 JBoss by Red Hat. All rights reserved.