com.netflix.infix.lang.infix.antlr
Class EventFilterLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by com.netflix.infix.lang.infix.antlr.EventFilterLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class EventFilterLexer
extends org.antlr.runtime.Lexer


Field Summary
static int AND
           
static int BETWEEN
           
static int COMMENT
           
protected  com.netflix.infix.lang.infix.antlr.EventFilterLexer.DFA11 dfa11
           
static int EOF
           
static int EQUALS
           
static int ESC_SEQ
           
static int EXISTS
           
static int EXPONENT
           
static int FALSE
           
static int GE
           
static int GT
           
static int HEX_DIGIT
           
static int IN
           
static int IS
           
static int LE
           
static int LT
           
static int MATCHES
           
static int NOT
           
static int NOT_EQUALS
           
static int NULL
           
static int NUMBER
           
static int OCTAL_ESC
           
static int OR
           
static int STRING
           
static int T__33
           
static int T__34
           
static int T__35
           
static int TIME_MILLIS_FUN_NAME
           
static int TIME_STRING_FUN_NAME
           
static int TRUE
           
static int UNICODE_ESC
           
static int WS
           
static int XPATH_FUN_NAME
           
 
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
EventFilterLexer()
           
EventFilterLexer(org.antlr.runtime.CharStream input)
           
EventFilterLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 org.antlr.runtime.Lexer[] getDelegates()
           
 java.lang.String getGrammarFileName()
           
 void mAND()
           
 void mBETWEEN()
           
 void mCOMMENT()
           
 void mEQUALS()
           
 void mESC_SEQ()
           
 void mEXISTS()
           
 void mEXPONENT()
           
 void mFALSE()
           
 void mGE()
           
 void mGT()
           
 void mHEX_DIGIT()
           
 void mIN()
           
 void mIS()
           
 void mLE()
           
 void mLT()
           
 void mMATCHES()
           
 void mNOT_EQUALS()
           
 void mNOT()
           
 void mNULL()
           
 void mNUMBER()
           
 void mOCTAL_ESC()
           
 void mOR()
           
 void mSTRING()
           
 void mT__33()
           
 void mT__34()
           
 void mT__35()
           
 void mTIME_MILLIS_FUN_NAME()
           
 void mTIME_STRING_FUN_NAME()
           
 void mTokens()
           
 void mTRUE()
           
 void mUNICODE_ESC()
           
 void mWS()
           
 void mXPATH_FUN_NAME()
           
 void reportError(org.antlr.runtime.RecognitionException e)
           
 void throwLexerException(java.lang.String[] tokenNames, 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

T__33

public static final int T__33
See Also:
Constant Field Values

T__34

public static final int T__34
See Also:
Constant Field Values

T__35

public static final int T__35
See Also:
Constant Field Values

AND

public static final int AND
See Also:
Constant Field Values

BETWEEN

public static final int BETWEEN
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

EQUALS

public static final int EQUALS
See Also:
Constant Field Values

ESC_SEQ

public static final int ESC_SEQ
See Also:
Constant Field Values

EXISTS

public static final int EXISTS
See Also:
Constant Field Values

EXPONENT

public static final int EXPONENT
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

GE

public static final int GE
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

HEX_DIGIT

public static final int HEX_DIGIT
See Also:
Constant Field Values

IN

public static final int IN
See Also:
Constant Field Values

IS

public static final int IS
See Also:
Constant Field Values

LE

public static final int LE
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

MATCHES

public static final int MATCHES
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

NOT_EQUALS

public static final int NOT_EQUALS
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

OCTAL_ESC

public static final int OCTAL_ESC
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

TIME_MILLIS_FUN_NAME

public static final int TIME_MILLIS_FUN_NAME
See Also:
Constant Field Values

TIME_STRING_FUN_NAME

public static final int TIME_STRING_FUN_NAME
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values

UNICODE_ESC

public static final int UNICODE_ESC
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

XPATH_FUN_NAME

public static final int XPATH_FUN_NAME
See Also:
Constant Field Values

dfa11

protected com.netflix.infix.lang.infix.antlr.EventFilterLexer.DFA11 dfa11
Constructor Detail

EventFilterLexer

public EventFilterLexer()

EventFilterLexer

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

EventFilterLexer

public EventFilterLexer(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

throwLexerException

public void throwLexerException(java.lang.String[] tokenNames,
                                org.antlr.runtime.RecognitionException e)

getDelegates

public org.antlr.runtime.Lexer[] getDelegates()

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

mBETWEEN

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

mEQUALS

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

mEXISTS

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

mFALSE

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

mGE

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

mGT

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

mIN

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

mIS

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

mLE

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

mLT

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

mMATCHES

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

mNOT_EQUALS

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

mNULL

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

mTIME_MILLIS_FUN_NAME

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

mTIME_STRING_FUN_NAME

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

mTRUE

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

mXPATH_FUN_NAME

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

mT__33

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

mT__34

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

mT__35

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

mNUMBER

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

mCOMMENT

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

mSTRING

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

mHEX_DIGIT

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

mESC_SEQ

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

mOCTAL_ESC

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

mUNICODE_ESC

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

mEXPONENT

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