org.alfresco.repo.search.impl.parsers
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
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 |
Methods inherited from class org.antlr.runtime.Lexer |
emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EOF
public static final int EOF
- See Also:
- Constant Field Values
DISJUNCTION
public static final int DISJUNCTION
- See Also:
- Constant Field Values
CONJUNCTION
public static final int CONJUNCTION
- See Also:
- Constant Field Values
TERM
public static final int TERM
- See Also:
- Constant Field Values
PHRASE
public static final int PHRASE
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
EXCLUDE
public static final int EXCLUDE
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
FTSWORD
public static final int FTSWORD
- See Also:
- Constant Field Values
FTSPHRASE
public static final int FTSPHRASE
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
F_ESC
public static final int F_ESC
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
START_WORD
public static final int START_WORD
- See Also:
- Constant Field Values
IN_WORD
public static final int IN_WORD
- See Also:
- Constant Field Values
dfa4
protected org.alfresco.repo.search.impl.parsers.CMIS_FTSLexer.DFA4 dfa4
CMIS_FTSLexer
public CMIS_FTSLexer()
CMIS_FTSLexer
public CMIS_FTSLexer(org.antlr.runtime.CharStream input)
CMIS_FTSLexer
public CMIS_FTSLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
emit
public void emit(org.antlr.runtime.Token token)
- Overrides:
emit
in class org.antlr.runtime.Lexer
nextToken
public org.antlr.runtime.Token nextToken()
- Specified by:
nextToken
in interface org.antlr.runtime.TokenSource
- Overrides:
nextToken
in class org.antlr.runtime.Lexer
nextTokenImpl
public org.antlr.runtime.Token nextTokenImpl()
getErrorString
public java.lang.String getErrorString(org.antlr.runtime.RecognitionException e)
getGrammarFileName
public java.lang.String getGrammarFileName()
- Overrides:
getGrammarFileName
in class org.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 class org.antlr.runtime.Lexer
- Throws:
org.antlr.runtime.RecognitionException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.