com.sonyericsson.hudson.plugins.metadata.search.antlr
Class QueryLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by com.sonyericsson.hudson.plugins.metadata.search.antlr.QueryLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class QueryLexer
extends org.antlr.runtime.Lexer


Field Summary
static int AND
           
protected  com.sonyericsson.hudson.plugins.metadata.search.antlr.QueryLexer.DFA3 dfa3
           
static int EOF
           
static int EQLS
           
static int NAME
           
static int NONWORD
           
static int OR
           
static int T__10
           
static int T__11
           
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
QueryLexer()
           
QueryLexer(org.antlr.runtime.CharStream input)
           
QueryLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 String getGrammarFileName()
           
 void mAND()
           
 void mEQLS()
           
 void mNAME()
           
 void mNONWORD()
           
 void mOR()
           
 void mT__10()
           
 void mT__11()
           
 void mTokens()
           
 void mWS()
           
 
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, 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

EQLS

public static final int EQLS
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

T__11

public static final int T__11
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

T__10

public static final int T__10
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

NONWORD

public static final int NONWORD
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

dfa3

protected com.sonyericsson.hudson.plugins.metadata.search.antlr.QueryLexer.DFA3 dfa3
Constructor Detail

QueryLexer

public QueryLexer()

QueryLexer

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

QueryLexer

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

getGrammarFileName

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

mT__10

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

mT__11

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

mNONWORD

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

mNAME

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

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

mEQLS

public final void mEQLS()
                 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 © 2004-2013. All Rights Reserved.