Package org.alfresco.rest.antlr
Class WhereClauseLexer
- java.lang.Object
-
- org.antlr.runtime.BaseRecognizer
-
- org.antlr.runtime.Lexer
-
- org.alfresco.rest.antlr.WhereClauseLexer
-
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
public class WhereClauseLexer extends org.antlr.runtime.Lexer
-
-
Field Summary
Fields Modifier and Type Field Description static intANDstatic intBETWEENstatic intCOLONstatic intCOMMAprotected org.alfresco.rest.antlr.WhereClauseLexer.DFA26dfa26protected org.alfresco.rest.antlr.WhereClauseLexer.DFA28dfa28static intEOFstatic intEQUALSstatic intEXISTSstatic intGREATERTHANstatic intGREATERTHANOREQUALSstatic intIDENTIFIERstatic intIDENTIFIERDIGITstatic intIDENTIFIERLETTERstatic intIDENTIFIERLETTERORDIGITstatic intINstatic intLEFTPARENstatic intLESSTHANstatic intLESSTHANOREQUALSstatic intMATCHESstatic intNEGATIONstatic intORstatic intPROPERTYNAMEstatic intPROPERTYVALUEstatic intRIGHTPARENstatic intSINGLEQUOTEstatic intWS
-
Constructor Summary
Constructors Constructor Description WhereClauseLexer()WhereClauseLexer(org.antlr.runtime.CharStream input)WhereClauseLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.antlr.runtime.Lexer[]getDelegates()StringgetGrammarFileName()voidmAND()voidmBETWEEN()voidmCOLON()voidmCOMMA()voidmEQUALS()voidmEXISTS()voidmGREATERTHAN()voidmGREATERTHANOREQUALS()voidmIDENTIFIER()voidmIDENTIFIERDIGIT()voidmIDENTIFIERLETTER()voidmIDENTIFIERLETTERORDIGIT()voidmIN()voidmLEFTPAREN()voidmLESSTHAN()voidmLESSTHANOREQUALS()voidmMATCHES()voidmNEGATION()voidmOR()voidmPROPERTYNAME()voidmPROPERTYVALUE()voidmRIGHTPAREN()voidmSINGLEQUOTE()voidmTokens()voidmWS()voidrecover(org.antlr.runtime.RecognitionException e)-
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, 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
-
-
-
-
Field Detail
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
AND
public static final int AND
- See Also:
- Constant Field Values
-
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
-
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
-
EXISTS
public static final int EXISTS
- See Also:
- Constant Field Values
-
GREATERTHAN
public static final int GREATERTHAN
- See Also:
- Constant Field Values
-
GREATERTHANOREQUALS
public static final int GREATERTHANOREQUALS
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
IDENTIFIERDIGIT
public static final int IDENTIFIERDIGIT
- See Also:
- Constant Field Values
-
IDENTIFIERLETTER
public static final int IDENTIFIERLETTER
- See Also:
- Constant Field Values
-
IDENTIFIERLETTERORDIGIT
public static final int IDENTIFIERLETTERORDIGIT
- See Also:
- Constant Field Values
-
IN
public static final int IN
- See Also:
- Constant Field Values
-
LEFTPAREN
public static final int LEFTPAREN
- See Also:
- Constant Field Values
-
LESSTHAN
public static final int LESSTHAN
- See Also:
- Constant Field Values
-
LESSTHANOREQUALS
public static final int LESSTHANOREQUALS
- See Also:
- Constant Field Values
-
MATCHES
public static final int MATCHES
- See Also:
- Constant Field Values
-
NEGATION
public static final int NEGATION
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
PROPERTYNAME
public static final int PROPERTYNAME
- See Also:
- Constant Field Values
-
PROPERTYVALUE
public static final int PROPERTYVALUE
- See Also:
- Constant Field Values
-
RIGHTPAREN
public static final int RIGHTPAREN
- See Also:
- Constant Field Values
-
SINGLEQUOTE
public static final int SINGLEQUOTE
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
dfa26
protected org.alfresco.rest.antlr.WhereClauseLexer.DFA26 dfa26
-
dfa28
protected org.alfresco.rest.antlr.WhereClauseLexer.DFA28 dfa28
-
-
Method Detail
-
recover
public void recover(org.antlr.runtime.RecognitionException e)
- Overrides:
recoverin classorg.antlr.runtime.Lexer
-
getDelegates
public org.antlr.runtime.Lexer[] getDelegates()
-
getGrammarFileName
public String getGrammarFileName()
- Overrides:
getGrammarFileNamein classorg.antlr.runtime.BaseRecognizer
-
mNEGATION
public final void mNEGATION() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mEXISTS
public final void mEXISTS() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mIN
public final void mIN() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mMATCHES
public final void mMATCHES() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mBETWEEN
public final void mBETWEEN() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mOR
public final void mOR() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mAND
public final void mAND() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mEQUALS
public final void mEQUALS() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mLESSTHAN
public final void mLESSTHAN() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mGREATERTHAN
public final void mGREATERTHAN() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mLESSTHANOREQUALS
public final void mLESSTHANOREQUALS() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mGREATERTHANOREQUALS
public final void mGREATERTHANOREQUALS() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mLEFTPAREN
public final void mLEFTPAREN() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mRIGHTPAREN
public final void mRIGHTPAREN() 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
-
mCOLON
public final void mCOLON() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mSINGLEQUOTE
public final void mSINGLEQUOTE() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mPROPERTYVALUE
public final void mPROPERTYVALUE() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mPROPERTYNAME
public final void mPROPERTYNAME() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mIDENTIFIERLETTERORDIGIT
public final void mIDENTIFIERLETTERORDIGIT() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mIDENTIFIER
public final void mIDENTIFIER() 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
-
mIDENTIFIERLETTER
public final void mIDENTIFIERLETTER() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mIDENTIFIERDIGIT
public final void mIDENTIFIERDIGIT() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
mTokens
public void mTokens() throws org.antlr.runtime.RecognitionException- Specified by:
mTokensin classorg.antlr.runtime.Lexer- Throws:
org.antlr.runtime.RecognitionException
-
-