public class CMIS_FTSLexer
extends org.antlr.runtime.Lexer
Modifier and Type | Class and Description |
---|---|
protected class |
CMIS_FTSLexer.DFA4 |
Modifier and Type | Field and 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 and Description |
---|
CMIS_FTSLexer() |
CMIS_FTSLexer(org.antlr.runtime.CharStream input) |
CMIS_FTSLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
Modifier and Type | Method and Description |
---|---|
void |
emit(org.antlr.runtime.Token token) |
org.antlr.runtime.Lexer[] |
getDelegates() |
String |
getErrorString(org.antlr.runtime.RecognitionException e) |
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() |
emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, recover, 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 CONJUNCTION
public static final int DEFAULT
public static final int DISJUNCTION
public static final int EXCLUDE
public static final int FTSPHRASE
public static final int FTSWORD
public static final int F_ESC
public static final int IN_WORD
public static final int MINUS
public static final int OR
public static final int PHRASE
public static final int START_WORD
public static final int TERM
public static final int WS
protected CMIS_FTSLexer.DFA4 dfa4
public CMIS_FTSLexer()
public CMIS_FTSLexer(org.antlr.runtime.CharStream input)
public CMIS_FTSLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
public void emit(org.antlr.runtime.Token token)
emit
in class org.antlr.runtime.Lexer
public org.antlr.runtime.Token nextToken()
nextToken
in interface org.antlr.runtime.TokenSource
nextToken
in class org.antlr.runtime.Lexer
public org.antlr.runtime.Token nextTokenImpl()
public String getErrorString(org.antlr.runtime.RecognitionException e)
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName
in class org.antlr.runtime.BaseRecognizer
public final void mFTSPHRASE() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mF_ESC() 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 mMINUS() 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 mFTSWORD() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mSTART_WORD() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException
public final void mIN_WORD() 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–2018 Alfresco Software. All rights reserved.