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 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
protected CMIS_FTSLexer.DFA4
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
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
ConstructorsConstructorDescriptionCMIS_FTSLexer
(org.antlr.runtime.CharStream input) CMIS_FTSLexer
(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state) -
Method Summary
Modifier and TypeMethodDescriptionvoid
emit
(org.antlr.runtime.Token token) org.antlr.runtime.Lexer[]
getErrorString
(org.antlr.runtime.RecognitionException e) final void
mF_ESC()
final void
final void
mFTSWORD()
final void
mIN_WORD()
final void
mMINUS()
final void
mOR()
final void
void
mTokens()
final void
mWS()
org.antlr.runtime.Token
org.antlr.runtime.Token
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 Details
-
EOF
public static final int EOF- See Also:
-
CONJUNCTION
public static final int CONJUNCTION- See Also:
-
DEFAULT
public static final int DEFAULT- See Also:
-
DISJUNCTION
public static final int DISJUNCTION- See Also:
-
EXCLUDE
public static final int EXCLUDE- See Also:
-
FTSPHRASE
public static final int FTSPHRASE- See Also:
-
FTSWORD
public static final int FTSWORD- See Also:
-
F_ESC
public static final int F_ESC- See Also:
-
IN_WORD
public static final int IN_WORD- See Also:
-
MINUS
public static final int MINUS- See Also:
-
OR
public static final int OR- See Also:
-
PHRASE
public static final int PHRASE- See Also:
-
START_WORD
public static final int START_WORD- See Also:
-
TERM
public static final int TERM- See Also:
-
WS
public static final int WS- See Also:
-
dfa4
-
-
Constructor Details
-
CMIS_FTSLexer
public CMIS_FTSLexer() -
CMIS_FTSLexer
public CMIS_FTSLexer(org.antlr.runtime.CharStream input)
-
-
Method Details
-
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
-
getDelegates
public org.antlr.runtime.Lexer[] getDelegates() -
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
-