org.xcmis.search.antlr
Class FullTextLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.xcmis.search.antlr.FullTextLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class FullTextLexer
extends org.antlr.runtime.Lexer


Field Summary
static int AND
           
static int CHAR
           
protected  org.xcmis.search.antlr.FullTextLexer.DFA3 dfa3
           
protected  org.xcmis.search.antlr.FullTextLexer.DFA7 dfa7
           
static int EOF
           
static int ESCAPE_SYMBOLS
           
static int NOT
           
static int OR
           
static int QOUTED_SENTENCE
           
static int QUOTES
           
static int VALID_FORM_OF_ESCAPE_SYMBOLS
           
static int WORD
           
static int WS
           
 
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
FullTextLexer()
           
FullTextLexer(org.antlr.runtime.CharStream input)
           
FullTextLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException e)
           
 String getGrammarFileName()
           
 void mCHAR()
           
 void mESCAPE_SYMBOLS()
           
 void mNOT()
           
 void mOR()
           
 void mQOUTED_SENTENCE()
           
 void mQUOTES()
           
 void mTokens()
           
 void mVALID_FORM_OF_ESCAPE_SYMBOLS()
           
 void mWORD()
           
 void mWS()
           
 void setErrorReporter(ErrorReporter errorReporter)
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, 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
 

Field Detail

WORD

public static final int WORD
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

ESCAPE_SYMBOLS

public static final int ESCAPE_SYMBOLS
See Also:
Constant Field Values

QOUTED_SENTENCE

public static final int QOUTED_SENTENCE
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

CHAR

public static final int CHAR
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

QUOTES

public static final int QUOTES
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

VALID_FORM_OF_ESCAPE_SYMBOLS

public static final int VALID_FORM_OF_ESCAPE_SYMBOLS
See Also:
Constant Field Values

dfa3

protected org.xcmis.search.antlr.FullTextLexer.DFA3 dfa3

dfa7

protected org.xcmis.search.antlr.FullTextLexer.DFA7 dfa7
Constructor Detail

FullTextLexer

public FullTextLexer()

FullTextLexer

public FullTextLexer(org.antlr.runtime.CharStream input)

FullTextLexer

public FullTextLexer(org.antlr.runtime.CharStream input,
                     org.antlr.runtime.RecognizerSharedState state)
Method Detail

setErrorReporter

public void setErrorReporter(ErrorReporter errorReporter)

displayRecognitionError

public void displayRecognitionError(String[] tokenNames,
                                    org.antlr.runtime.RecognitionException e)
Overrides:
displayRecognitionError in class org.antlr.runtime.BaseRecognizer

getGrammarFileName

public String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

mOR

public final void mOR()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mNOT

public final void mNOT()
                throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mQUOTES

public final void mQUOTES()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mQOUTED_SENTENCE

public final void mQOUTED_SENTENCE()
                            throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mWORD

public final void mWORD()
                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mCHAR

public final void mCHAR()
                 throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mESCAPE_SYMBOLS

public final void mESCAPE_SYMBOLS()
                           throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mVALID_FORM_OF_ESCAPE_SYMBOLS

public final void mVALID_FORM_OF_ESCAPE_SYMBOLS()
                                         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

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.