public class TextSearchLexer
extends org.antlr.runtime.Lexer
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
TextSearchLexer.DFA5  | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
AND  | 
static int | 
BACKSL  | 
protected TextSearchLexer.DFA5 | 
dfa5  | 
static int | 
DOUBLE_QUOTE  | 
static int | 
EOF  | 
static int | 
ESC  | 
static int | 
OR  | 
static int | 
QUOTE  | 
static int | 
TEXT_AND  | 
static int | 
TEXT_MINUS  | 
static int | 
TEXT_OR  | 
static int | 
TEXT_SEARCH_PHRASE_STRING  | 
static int | 
TEXT_SEARCH_PHRASE_STRING_LIT  | 
static int | 
TEXT_SEARCH_WORD_LIT  | 
static int | 
WS  | 
| Constructor and Description | 
|---|
TextSearchLexer()  | 
TextSearchLexer(org.antlr.runtime.CharStream input)  | 
TextSearchLexer(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 | 
mBACKSL()  | 
void | 
mDOUBLE_QUOTE()  | 
void | 
mESC()  | 
void | 
mOR()  | 
void | 
mQUOTE()  | 
void | 
mTEXT_MINUS()  | 
void | 
mTEXT_SEARCH_PHRASE_STRING_LIT()  | 
void | 
mTEXT_SEARCH_PHRASE_STRING()  | 
void | 
mTEXT_SEARCH_WORD_LIT()  | 
void | 
mTokens()  | 
void | 
mWS()  | 
void | 
reportError(org.antlr.runtime.RecognitionException e)  | 
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reset, setCharStream, setText, skip, traceIn, traceOutalreadyParsedRule, 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, traceOutpublic static final int EOF
public static final int AND
public static final int BACKSL
public static final int DOUBLE_QUOTE
public static final int ESC
public static final int OR
public static final int QUOTE
public static final int TEXT_AND
public static final int TEXT_MINUS
public static final int TEXT_OR
public static final int TEXT_SEARCH_PHRASE_STRING
public static final int TEXT_SEARCH_PHRASE_STRING_LIT
public static final int TEXT_SEARCH_WORD_LIT
public static final int WS
protected TextSearchLexer.DFA5 dfa5
public TextSearchLexer()
public TextSearchLexer(org.antlr.runtime.CharStream input)
public TextSearchLexer(org.antlr.runtime.CharStream input,
               org.antlr.runtime.RecognizerSharedState state)
public void reportError(org.antlr.runtime.RecognitionException e)
reportError in class org.antlr.runtime.Lexerpublic org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName in class org.antlr.runtime.BaseRecognizerpublic final void mAND()
                throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mOR()
               throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mTEXT_MINUS()
                       throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mQUOTE()
                  throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mDOUBLE_QUOTE()
                         throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mBACKSL()
                   throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mESC()
                throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mWS()
               throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mTEXT_SEARCH_PHRASE_STRING()
                                      throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mTEXT_SEARCH_PHRASE_STRING_LIT()
                                          throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mTEXT_SEARCH_WORD_LIT()
                                 throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic void mTokens()
             throws org.antlr.runtime.RecognitionException
mTokens in class org.antlr.runtime.Lexerorg.antlr.runtime.RecognitionExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.