public class OslcOrderByLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Class and Description |
---|---|
protected class |
OslcOrderByLexer.DFA7 |
Modifier and Type | Field and Description |
---|---|
static int |
ASTERISK |
static int |
CLOSE_CURLY_BRACE |
static int |
COMMA |
protected OslcOrderByLexer.DFA7 |
dfa7 |
static int |
DIGIT |
static int |
DIRECTION |
static int |
DOT |
static int |
EOF |
static int |
EOL |
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 int |
WS |
Constructor and Description |
---|
OslcOrderByLexer() |
OslcOrderByLexer(org.antlr.runtime.CharStream input) |
OslcOrderByLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mASTERISK() |
void |
mCLOSE_CURLY_BRACE() |
void |
mCOMMA() |
void |
mDIGIT() |
void |
mDIRECTION() |
void |
mDOT() |
void |
mEOL() |
void |
mMINUS() |
void |
mOPEN_CURLY_BRACE() |
void |
mPLUS() |
void |
mPN_CHARS_BASE() |
void |
mPN_CHARS_U() |
void |
mPN_CHARS() |
void |
mPN_LOCAL() |
void |
mPN_PREFIX() |
void |
mPNAME_LN() |
void |
mPNAME_NS() |
void |
mSCOPED_TERM() |
void |
mSIMPLE_TERM() |
void |
mTERMS() |
void |
mTokens() |
void |
mWS() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
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 OslcOrderByLexer.DFA7 dfa7
public OslcOrderByLexer()
public OslcOrderByLexer(org.antlr.runtime.CharStream input)
public OslcOrderByLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mSCOPED_TERM() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSIMPLE_TERM() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mTERMS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mWS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPNAME_NS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPNAME_LN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mDIRECTION() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPN_CHARS_U() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPN_CHARS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPN_PREFIX() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPN_LOCAL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPN_CHARS_BASE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mDIGIT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mDOT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEOL() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mOPEN_CURLY_BRACE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCLOSE_CURLY_BRACE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPLUS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mMINUS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mASTERISK() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCOMMA() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public void mTokens() throws org.antlr.runtime.RecognitionException
mTokens
in class org.antlr.runtime.Lexer
org.antlr.runtime.RecognitionException
Copyright © 2017. All rights reserved.