org.apache.chemistry.opencmis.server.support.query
Class TextSearchLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.apache.chemistry.opencmis.server.support.query.TextSearchLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class TextSearchLexer
extends org.antlr.runtime.Lexer


Field Summary
static int AND
           
static int BACKSL
           
protected  org.apache.chemistry.opencmis.server.support.query.TextSearchLexer.DFA5 dfa5
           
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
           
 
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
TextSearchLexer()
           
TextSearchLexer(org.antlr.runtime.CharStream input)
           
TextSearchLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 java.lang.String getGrammarFileName()
           
 void mAND()
           
 void mBACKSL()
           
 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)
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, 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
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

TEXT_AND

public static final int TEXT_AND
See Also:
Constant Field Values

TEXT_OR

public static final int TEXT_OR
See Also:
Constant Field Values

TEXT_MINUS

public static final int TEXT_MINUS
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

QUOTE

public static final int QUOTE
See Also:
Constant Field Values

BACKSL

public static final int BACKSL
See Also:
Constant Field Values

ESC

public static final int ESC
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

TEXT_SEARCH_PHRASE_STRING

public static final int TEXT_SEARCH_PHRASE_STRING
See Also:
Constant Field Values

TEXT_SEARCH_PHRASE_STRING_LIT

public static final int TEXT_SEARCH_PHRASE_STRING_LIT
See Also:
Constant Field Values

TEXT_SEARCH_WORD_LIT

public static final int TEXT_SEARCH_WORD_LIT
See Also:
Constant Field Values

dfa5

protected org.apache.chemistry.opencmis.server.support.query.TextSearchLexer.DFA5 dfa5
Constructor Detail

TextSearchLexer

public TextSearchLexer()

TextSearchLexer

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

TextSearchLexer

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

reportError

public void reportError(org.antlr.runtime.RecognitionException e)
Overrides:
reportError in class org.antlr.runtime.Lexer

getGrammarFileName

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

mAND

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

mTEXT_MINUS

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

mQUOTE

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

mBACKSL

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

mESC

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

mTEXT_SEARCH_PHRASE_STRING

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

mTEXT_SEARCH_PHRASE_STRING_LIT

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

mTEXT_SEARCH_WORD_LIT

public final void mTEXT_SEARCH_WORD_LIT()
                                 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 © 2009-2011 The Apache Software Foundation. All Rights Reserved.