Class CMIS_FTSLexer
- java.lang.Object
-
- org.antlr.runtime.BaseRecognizer
-
- org.antlr.runtime.Lexer
-
- org.alfresco.repo.search.impl.parsers.CMIS_FTSLexer
-
- All Implemented Interfaces:
org.antlr.runtime.TokenSource
public class CMIS_FTSLexer extends org.antlr.runtime.Lexer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
CMIS_FTSLexer.DFA4
-
Field Summary
Fields Modifier and Type Field Description static int
CONJUNCTION
static int
DEFAULT
protected CMIS_FTSLexer.DFA4
dfa4
static int
DISJUNCTION
static int
EOF
static int
EXCLUDE
static int
F_ESC
static int
FTSPHRASE
static int
FTSWORD
static int
IN_WORD
static int
MINUS
static int
OR
static int
PHRASE
static int
START_WORD
static int
TERM
static int
WS
-
Constructor Summary
Constructors Constructor Description CMIS_FTSLexer()
CMIS_FTSLexer(org.antlr.runtime.CharStream input)
CMIS_FTSLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
emit(org.antlr.runtime.Token token)
org.antlr.runtime.Lexer[]
getDelegates()
java.lang.String
getErrorString(org.antlr.runtime.RecognitionException e)
java.lang.String
getGrammarFileName()
void
mF_ESC()
void
mFTSPHRASE()
void
mFTSWORD()
void
mIN_WORD()
void
mMINUS()
void
mOR()
void
mSTART_WORD()
void
mTokens()
void
mWS()
org.antlr.runtime.Token
nextToken()
org.antlr.runtime.Token
nextTokenImpl()
-
Methods inherited from class org.antlr.runtime.Lexer
emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, 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
-
-
-
-
Field Detail
-
EOF
public static final int EOF
- See Also:
- Constant Field Values
-
CONJUNCTION
public static final int CONJUNCTION
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
DISJUNCTION
public static final int DISJUNCTION
- See Also:
- Constant Field Values
-
EXCLUDE
public static final int EXCLUDE
- See Also:
- Constant Field Values
-
FTSPHRASE
public static final int FTSPHRASE
- See Also:
- Constant Field Values
-
FTSWORD
public static final int FTSWORD
- See Also:
- Constant Field Values
-
F_ESC
public static final int F_ESC
- See Also:
- Constant Field Values
-
IN_WORD
public static final int IN_WORD
- See Also:
- Constant Field Values
-
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
-
OR
public static final int OR
- See Also:
- Constant Field Values
-
PHRASE
public static final int PHRASE
- See Also:
- Constant Field Values
-
START_WORD
public static final int START_WORD
- See Also:
- Constant Field Values
-
TERM
public static final int TERM
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
dfa4
protected CMIS_FTSLexer.DFA4 dfa4
-
-
Method Detail
-
emit
public void emit(org.antlr.runtime.Token token)
- Overrides:
emit
in classorg.antlr.runtime.Lexer
-
nextToken
public org.antlr.runtime.Token nextToken()
- Specified by:
nextToken
in interfaceorg.antlr.runtime.TokenSource
- Overrides:
nextToken
in classorg.antlr.runtime.Lexer
-
nextTokenImpl
public org.antlr.runtime.Token nextTokenImpl()
-
getErrorString
public java.lang.String getErrorString(org.antlr.runtime.RecognitionException e)
-
getDelegates
public org.antlr.runtime.Lexer[] getDelegates()
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileName
in classorg.antlr.runtime.BaseRecognizer
-
mFTSPHRASE
public final void mFTSPHRASE() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mF_ESC
public final void mF_ESC() 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
-
mMINUS
public final void mMINUS() 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
-
mFTSWORD
public final void mFTSWORD() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mSTART_WORD
public final void mSTART_WORD() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mIN_WORD
public final void mIN_WORD() throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
-
mTokens
public void mTokens() throws org.antlr.runtime.RecognitionException
- Specified by:
mTokens
in classorg.antlr.runtime.Lexer
- Throws:
org.antlr.runtime.RecognitionException
-
-