org.exolab.jms.selector.parser
Class SelectorLexer

java.lang.Object
  |
  +--antlr.CharScanner
        |
        +--org.exolab.jms.selector.parser.SelectorLexer
All Implemented Interfaces:
SelectorTokenTypes, antlr.TokenStream

public synchronized class SelectorLexer
extends antlr.CharScanner
implements SelectorTokenTypes, antlr.TokenStream


Field Summary
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_2
           
static antlr.collections.impl.BitSet _tokenSet_3
           
static antlr.collections.impl.BitSet _tokenSet_4
           
static antlr.collections.impl.BitSet _tokenSet_5
           
static antlr.collections.impl.BitSet _tokenSet_6
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Fields inherited from interface org.exolab.jms.selector.parser.SelectorTokenTypes
COMMA, DIVIDE, EOF, EQUAL, EXPONENT, FLOAT_SUFFIX, GE, GT, HEX_DIGIT, IDENT, IDENT_NON_START, IDENT_PART, IDENT_START, LE, LITERAL_and, LITERAL_between, LITERAL_escape, LITERAL_false, LITERAL_in, LITERAL_is, LITERAL_like, LITERAL_not, LITERAL_null, LITERAL_or, LITERAL_true, LPAREN, LT, MINUS, MULTIPLY, NOT_EQUAL, NULL_TREE_LOOKAHEAD, NUM_FLOAT, NUM_INT, PLUS, RPAREN, STRING_LITERAL, UNARY_MINUS, WS
 
Constructor Summary
SelectorLexer(antlr.InputBuffer)
           
SelectorLexer(java.io.InputStream)
           
SelectorLexer(antlr.LexerSharedInputState)
           
SelectorLexer(java.io.Reader)
           
 
Method Summary
 void initialise()
           
 void mCOMMA(boolean)
           
 void mDIVIDE(boolean)
           
 void mEQUAL(boolean)
           
protected  void mEXPONENT(boolean)
           
protected  void mFLOAT_SUFFIX(boolean)
           
 void mGE(boolean)
           
 void mGT(boolean)
           
protected  void mHEX_DIGIT(boolean)
           
protected  void mIDENT_NON_START(boolean)
           
protected  void mIDENT_PART(boolean)
           
protected  void mIDENT_START(boolean)
           
 void mIDENT(boolean)
           
 void mLE(boolean)
           
 void mLPAREN(boolean)
           
 void mLT(boolean)
           
 void mMINUS(boolean)
           
 void mMULTIPLY(boolean)
           
 void mNOT_EQUAL(boolean)
           
 void mNUM_INT(boolean)
           
 void mPLUS(boolean)
           
 void mRPAREN(boolean)
           
 void mSTRING_LITERAL(boolean)
           
 void mWS(boolean)
           
 antlr.Token nextToken()
           
 
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2

_tokenSet_3

public static final antlr.collections.impl.BitSet _tokenSet_3

_tokenSet_4

public static final antlr.collections.impl.BitSet _tokenSet_4

_tokenSet_5

public static final antlr.collections.impl.BitSet _tokenSet_5

_tokenSet_6

public static final antlr.collections.impl.BitSet _tokenSet_6
Constructor Detail

SelectorLexer

public SelectorLexer(java.io.InputStream)

SelectorLexer

public SelectorLexer(java.io.Reader)

SelectorLexer

public SelectorLexer(antlr.InputBuffer)

SelectorLexer

public SelectorLexer(antlr.LexerSharedInputState)
Method Detail

initialise

public void initialise()

nextToken

public antlr.Token nextToken()
                      throws antlr.TokenStreamException
Specified by:
nextToken in interface antlr.TokenStream
Overrides:
nextToken in class antlr.CharScanner

mLPAREN

public final void mLPAREN(boolean)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException

mRPAREN

public final void mRPAREN(boolean)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException

mCOMMA

public final void mCOMMA(boolean)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException

mEQUAL

public final void mEQUAL(boolean)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException

mNOT_EQUAL

public final void mNOT_EQUAL(boolean)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException

mDIVIDE

public final void mDIVIDE(boolean)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException

mPLUS

public final void mPLUS(boolean)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException

mMINUS

public final void mMINUS(boolean)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException

mMULTIPLY

public final void mMULTIPLY(boolean)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException

mGE

public final void mGE(boolean)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException

mGT

public final void mGT(boolean)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException

mLE

public final void mLE(boolean)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException

mLT

public final void mLT(boolean)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException

mWS

public final void mWS(boolean)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException

mSTRING_LITERAL

public final void mSTRING_LITERAL(boolean)
                           throws antlr.RecognitionException,
                                  antlr.CharStreamException,
                                  antlr.TokenStreamException

mHEX_DIGIT

protected final void mHEX_DIGIT(boolean)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException

mIDENT

public final void mIDENT(boolean)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException

mIDENT_START

protected final void mIDENT_START(boolean)
                           throws antlr.RecognitionException,
                                  antlr.CharStreamException,
                                  antlr.TokenStreamException

mIDENT_PART

protected final void mIDENT_PART(boolean)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException

mNUM_INT

public final void mNUM_INT(boolean)
                    throws antlr.RecognitionException,
                           antlr.CharStreamException,
                           antlr.TokenStreamException

mEXPONENT

protected final void mEXPONENT(boolean)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException

mFLOAT_SUFFIX

protected final void mFLOAT_SUFFIX(boolean)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException

mIDENT_NON_START

protected final void mIDENT_NON_START(boolean)
                               throws antlr.RecognitionException,
                                      antlr.CharStreamException,
                                      antlr.TokenStreamException


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.