public class OslcOrderByParser
extends org.antlr.runtime.Parser
Modifier and Type | Class and Description |
---|---|
static class |
OslcOrderByParser.identifier_return |
static class |
OslcOrderByParser.oslc_order_by_return |
static class |
OslcOrderByParser.prefixedName_return |
static class |
OslcOrderByParser.scoped_sort_term_return |
static class |
OslcOrderByParser.sort_term_return |
static class |
OslcOrderByParser.sort_terms_return |
Modifier and Type | Field and Description |
---|---|
protected org.antlr.runtime.tree.TreeAdaptor |
adaptor |
static int |
ASTERISK |
static int |
CLOSE_CURLY_BRACE |
static int |
COMMA |
static int |
DIGIT |
static int |
DIRECTION |
static int |
DOT |
static int |
EOF |
static int |
EOL |
static org.antlr.runtime.BitSet |
FOLLOW_CLOSE_CURLY_BRACE_in_scoped_sort_term164 |
static org.antlr.runtime.BitSet |
FOLLOW_COMMA_in_sort_terms96 |
static org.antlr.runtime.BitSet |
FOLLOW_DIRECTION_in_sort_term134 |
static org.antlr.runtime.BitSet |
FOLLOW_identifier_in_scoped_sort_term158 |
static org.antlr.runtime.BitSet |
FOLLOW_identifier_in_sort_term136 |
static org.antlr.runtime.BitSet |
FOLLOW_OPEN_CURLY_BRACE_in_scoped_sort_term160 |
static org.antlr.runtime.BitSet |
FOLLOW_prefixedName_in_identifier192 |
static org.antlr.runtime.BitSet |
FOLLOW_scoped_sort_term_in_sort_term130 |
static org.antlr.runtime.BitSet |
FOLLOW_sort_term_in_sort_terms92 |
static org.antlr.runtime.BitSet |
FOLLOW_sort_term_in_sort_terms98 |
static org.antlr.runtime.BitSet |
FOLLOW_sort_terms_in_oslc_order_by80 |
static org.antlr.runtime.BitSet |
FOLLOW_sort_terms_in_scoped_sort_term162 |
static int |
MINUS |
static int |
OPEN_CURLY_BRACE |
static int |
PLUS |
static int |
PN_CHARS |
static int |
PN_CHARS_BASE |
static int |
PN_CHARS_U |
static int |
PN_LOCAL |
static int |
PN_PREFIX |
static int |
PNAME_LN |
static int |
PNAME_NS |
static int |
SCOPED_TERM |
static int |
SIMPLE_TERM |
static int |
TERMS |
static String[] |
tokenNames |
static int |
WS |
Constructor and Description |
---|
OslcOrderByParser(String where) |
OslcOrderByParser(org.antlr.runtime.TokenStream input) |
OslcOrderByParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
void |
displayRecognitionError(String[] tokenNames,
org.antlr.runtime.RecognitionException e) |
org.antlr.runtime.Parser[] |
getDelegates() |
List<String> |
getErrors() |
String |
getGrammarFileName() |
String[] |
getTokenNames() |
org.antlr.runtime.tree.TreeAdaptor |
getTreeAdaptor() |
OslcOrderByParser.identifier_return |
identifier() |
OslcOrderByParser.oslc_order_by_return |
oslc_order_by() |
OslcOrderByParser.prefixedName_return |
prefixedName() |
OslcOrderByParser.scoped_sort_term_return |
scoped_sort_term() |
void |
setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor) |
OslcOrderByParser.sort_term_return |
sort_term() |
OslcOrderByParser.sort_terms_return |
sort_terms() |
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
public static final String[] tokenNames
public static final int EOF
public static final int ASTERISK
public static final int CLOSE_CURLY_BRACE
public static final int COMMA
public static final int DIGIT
public static final int DIRECTION
public static final int DOT
public static final int EOL
public static final int MINUS
public static final int OPEN_CURLY_BRACE
public static final int PLUS
public static final int PNAME_LN
public static final int PNAME_NS
public static final int PN_CHARS
public static final int PN_CHARS_BASE
public static final int PN_CHARS_U
public static final int PN_LOCAL
public static final int PN_PREFIX
public static final int SCOPED_TERM
public static final int SIMPLE_TERM
public static final int TERMS
public static final int WS
protected org.antlr.runtime.tree.TreeAdaptor adaptor
public static final org.antlr.runtime.BitSet FOLLOW_sort_terms_in_oslc_order_by80
public static final org.antlr.runtime.BitSet FOLLOW_sort_term_in_sort_terms92
public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_sort_terms96
public static final org.antlr.runtime.BitSet FOLLOW_sort_term_in_sort_terms98
public static final org.antlr.runtime.BitSet FOLLOW_scoped_sort_term_in_sort_term130
public static final org.antlr.runtime.BitSet FOLLOW_DIRECTION_in_sort_term134
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_sort_term136
public static final org.antlr.runtime.BitSet FOLLOW_identifier_in_scoped_sort_term158
public static final org.antlr.runtime.BitSet FOLLOW_OPEN_CURLY_BRACE_in_scoped_sort_term160
public static final org.antlr.runtime.BitSet FOLLOW_sort_terms_in_scoped_sort_term162
public static final org.antlr.runtime.BitSet FOLLOW_CLOSE_CURLY_BRACE_in_scoped_sort_term164
public static final org.antlr.runtime.BitSet FOLLOW_prefixedName_in_identifier192
public OslcOrderByParser(org.antlr.runtime.TokenStream input)
public OslcOrderByParser(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)
public OslcOrderByParser(String where)
public org.antlr.runtime.Parser[] getDelegates()
public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
public String[] getTokenNames()
getTokenNames
in class org.antlr.runtime.BaseRecognizer
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException e)
displayRecognitionError
in class org.antlr.runtime.BaseRecognizer
public final OslcOrderByParser.oslc_order_by_return oslc_order_by() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final OslcOrderByParser.sort_terms_return sort_terms() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final OslcOrderByParser.sort_term_return sort_term() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final OslcOrderByParser.scoped_sort_term_return scoped_sort_term() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final OslcOrderByParser.identifier_return identifier() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final OslcOrderByParser.prefixedName_return prefixedName() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
Copyright © 2017. All rights reserved.