public class WhereClauseLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Field and Description |
---|---|
static int |
AND |
static int |
BETWEEN |
static int |
COLON |
static int |
COMMA |
protected org.alfresco.rest.antlr.WhereClauseLexer.DFA26 |
dfa26 |
protected org.alfresco.rest.antlr.WhereClauseLexer.DFA28 |
dfa28 |
static int |
EOF |
static int |
EQUALS |
static int |
EXISTS |
static int |
GREATERTHAN |
static int |
GREATERTHANOREQUALS |
static int |
IDENTIFIER |
static int |
IDENTIFIERDIGIT |
static int |
IDENTIFIERLETTER |
static int |
IDENTIFIERLETTERORDIGIT |
static int |
IN |
static int |
LEFTPAREN |
static int |
LESSTHAN |
static int |
LESSTHANOREQUALS |
static int |
MATCHES |
static int |
NEGATION |
static int |
OR |
static int |
PROPERTYNAME |
static int |
PROPERTYVALUE |
static int |
RIGHTPAREN |
static int |
SINGLEQUOTE |
static int |
WS |
Constructor and Description |
---|
WhereClauseLexer() |
WhereClauseLexer(org.antlr.runtime.CharStream input) |
WhereClauseLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getGrammarFileName() |
void |
mAND() |
void |
mBETWEEN() |
void |
mCOLON() |
void |
mCOMMA() |
void |
mEQUALS() |
void |
mEXISTS() |
void |
mGREATERTHAN() |
void |
mGREATERTHANOREQUALS() |
void |
mIDENTIFIER() |
void |
mIDENTIFIERDIGIT() |
void |
mIDENTIFIERLETTER() |
void |
mIDENTIFIERLETTERORDIGIT() |
void |
mIN() |
void |
mLEFTPAREN() |
void |
mLESSTHAN() |
void |
mLESSTHANOREQUALS() |
void |
mMATCHES() |
void |
mNEGATION() |
void |
mOR() |
void |
mPROPERTYNAME() |
void |
mPROPERTYVALUE() |
void |
mRIGHTPAREN() |
void |
mSINGLEQUOTE() |
void |
mTokens() |
void |
mWS() |
void |
recover(org.antlr.runtime.RecognitionException e) |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, 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 AND
public static final int BETWEEN
public static final int COLON
public static final int COMMA
public static final int EQUALS
public static final int EXISTS
public static final int GREATERTHAN
public static final int GREATERTHANOREQUALS
public static final int IDENTIFIER
public static final int IDENTIFIERDIGIT
public static final int IDENTIFIERLETTER
public static final int IDENTIFIERLETTERORDIGIT
public static final int IN
public static final int LEFTPAREN
public static final int LESSTHAN
public static final int LESSTHANOREQUALS
public static final int MATCHES
public static final int NEGATION
public static final int OR
public static final int PROPERTYNAME
public static final int PROPERTYVALUE
public static final int RIGHTPAREN
public static final int SINGLEQUOTE
public static final int WS
protected org.alfresco.rest.antlr.WhereClauseLexer.DFA26 dfa26
protected org.alfresco.rest.antlr.WhereClauseLexer.DFA28 dfa28
public WhereClauseLexer()
public WhereClauseLexer(org.antlr.runtime.CharStream input)
public WhereClauseLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public void recover(org.antlr.runtime.RecognitionException e)
recover
in class org.antlr.runtime.Lexer
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mNEGATION() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEXISTS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mIN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mMATCHES() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mBETWEEN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mOR() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mAND() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mEQUALS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLESSTHAN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mGREATERTHAN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLESSTHANOREQUALS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mGREATERTHANOREQUALS() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mLEFTPAREN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mRIGHTPAREN() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCOMMA() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mCOLON() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSINGLEQUOTE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPROPERTYVALUE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mPROPERTYNAME() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mIDENTIFIERLETTERORDIGIT() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mIDENTIFIER() 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 mIDENTIFIERLETTER() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mIDENTIFIERDIGIT() 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 © 2005–2017 Alfresco Software. All rights reserved.