org.eclipse.lyo.core.query
Class OslcOrderByLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.eclipse.lyo.core.query.OslcOrderByLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class OslcOrderByLexer
extends org.antlr.runtime.Lexer


Field Summary
static int ASTERISK
           
static int CLOSE_CURLY_BRACE
           
static int COMMA
           
protected  org.eclipse.lyo.core.query.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
           
 
Fields inherited from class org.antlr.runtime.Lexer
input
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
 
Constructor Summary
OslcOrderByLexer()
           
OslcOrderByLexer(org.antlr.runtime.CharStream input)
           
OslcOrderByLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTION

public static final int DIRECTION
See Also:
Constant Field Values

TERMS

public static final int TERMS
See Also:
Constant Field Values

PN_LOCAL

public static final int PN_LOCAL
See Also:
Constant Field Values

PNAME_NS

public static final int PNAME_NS
See Also:
Constant Field Values

PNAME_LN

public static final int PNAME_LN
See Also:
Constant Field Values

MINUS

public static final int MINUS
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

ASTERISK

public static final int ASTERISK
See Also:
Constant Field Values

EOL

public static final int EOL
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

SIMPLE_TERM

public static final int SIMPLE_TERM
See Also:
Constant Field Values

PN_CHARS_BASE

public static final int PN_CHARS_BASE
See Also:
Constant Field Values

COMMA

public static final int COMMA
See Also:
Constant Field Values

PN_PREFIX

public static final int PN_PREFIX
See Also:
Constant Field Values

PN_CHARS

public static final int PN_CHARS
See Also:
Constant Field Values

PN_CHARS_U

public static final int PN_CHARS_U
See Also:
Constant Field Values

PLUS

public static final int PLUS
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

DOT

public static final int DOT
See Also:
Constant Field Values

OPEN_CURLY_BRACE

public static final int OPEN_CURLY_BRACE
See Also:
Constant Field Values

CLOSE_CURLY_BRACE

public static final int CLOSE_CURLY_BRACE
See Also:
Constant Field Values

SCOPED_TERM

public static final int SCOPED_TERM
See Also:
Constant Field Values

dfa7

protected org.eclipse.lyo.core.query.OslcOrderByLexer.DFA7 dfa7
Constructor Detail

OslcOrderByLexer

public OslcOrderByLexer()

OslcOrderByLexer

public OslcOrderByLexer(org.antlr.runtime.CharStream input)

OslcOrderByLexer

public OslcOrderByLexer(org.antlr.runtime.CharStream input,
                        org.antlr.runtime.RecognizerSharedState state)
Method Detail

getGrammarFileName

public String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

mTERMS

public final void mTERMS()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mSCOPED_TERM

public final void mSCOPED_TERM()
                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mSIMPLE_TERM

public final void mSIMPLE_TERM()
                        throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mWS

public final void mWS()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPNAME_NS

public final void mPNAME_NS()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPNAME_LN

public final void mPNAME_LN()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDIRECTION

public final void mDIRECTION()
                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPN_CHARS_U

public final void mPN_CHARS_U()
                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPN_CHARS

public final void mPN_CHARS()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPN_PREFIX

public final void mPN_PREFIX()
                      throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPN_LOCAL

public final void mPN_LOCAL()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPN_CHARS_BASE

public final void mPN_CHARS_BASE()
                          throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDIGIT

public final void mDIGIT()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDOT

public final void mDOT()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mEOL

public final void mEOL()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mOPEN_CURLY_BRACE

public final void mOPEN_CURLY_BRACE()
                             throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mCLOSE_CURLY_BRACE

public final void mCLOSE_CURLY_BRACE()
                              throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mPLUS

public final void mPLUS()
                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mMINUS

public final void mMINUS()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mASTERISK

public final void mASTERISK()
                     throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mCOMMA

public final void mCOMMA()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException


Copyright © 2013. All rights reserved.