org.media.datastore.sepengine.parser
Class sepLexer

java.lang.Object
  |
  +--antlr.CharScanner
        |
        +--org.media.datastore.sepengine.parser.sepLexer
All Implemented Interfaces:
sepTokenTypes, antlr.TokenStream

public class sepLexer
extends antlr.CharScanner
implements sepTokenTypes, antlr.TokenStream

The lexer for sep. This class is automaticaly generated by ANTLR.

Version:
$Revision: 1.21 $ $Date: 2002/07/05 19:33:19 $
Author:
Antal Attila

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 boolean debug
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, text, tokenObjectClass, traceDepth
 
Fields inherited from interface org.media.datastore.sepengine.parser.sepTokenTypes
ACTION, APPROXIMATE, ATTRIBUTE, CASESENSITIVE, COMPARE, ELEMENT, EOF, EQ, ET, FETCH, GT, INTERSECT, LT, MAXNUM, NOTIFICATION, NULL_TREE_LOOKAHEAD, OFFSET, OPERATOR, ORDER, ORDERING, PATH, PREVSTAMP, PROPERTY, RELATED, REQNO, REQUEST, SL, STORE, STRING, SUBTREE, UNION, VALUE, WS, XVALUE
 
Constructor Summary
sepLexer(antlr.InputBuffer ib)
           
sepLexer(InputStream in)
           
sepLexer(antlr.LexerSharedInputState state)
           
sepLexer(Reader in)
           
 
Method Summary
 void mACTION(boolean _createToken)
           
 void mAPPROXIMATE(boolean _createToken)
           
 void mATTRIBUTE(boolean _createToken)
           
 void mCASESENSITIVE(boolean _createToken)
           
 void mCOMPARE(boolean _createToken)
           
 void mELEMENT(boolean _createToken)
           
 void mEQ(boolean _createToken)
           
 void mET(boolean _createToken)
           
 void mFETCH(boolean _createToken)
           
 void mGT(boolean _createToken)
           
 void mINTERSECT(boolean _createToken)
           
 void mLT(boolean _createToken)
           
 void mMAXNUM(boolean _createToken)
           
 void mNOTIFICATION(boolean _createToken)
           
 void mOFFSET(boolean _createToken)
           
 void mOPERATOR(boolean _createToken)
           
 void mORDER(boolean _createToken)
           
 void mORDERING(boolean _createToken)
           
 void mPATH(boolean _createToken)
           
 void mPREVSTAMP(boolean _createToken)
           
 void mPROPERTY(boolean _createToken)
           
 void mRELATED(boolean _createToken)
           
 void mREQNO(boolean _createToken)
           
 void mREQUEST(boolean _createToken)
           
 void mSL(boolean _createToken)
           
 void mSTORE(boolean _createToken)
           
 void mSTRING(boolean _createToken)
           
 void mSUBTREE(boolean _createToken)
           
 void mUNION(boolean _createToken)
           
 void mVALUE(boolean _createToken)
           
protected  void mWS(boolean _createToken)
           
 void mXVALUE(boolean _createToken)
           
 antlr.Token nextToken()
           
 
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, 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

debug

public static boolean debug

_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
Constructor Detail

sepLexer

public sepLexer(InputStream in)

sepLexer

public sepLexer(Reader in)

sepLexer

public sepLexer(antlr.InputBuffer ib)

sepLexer

public sepLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mXVALUE

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

mVALUE

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

mWS

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

mGT

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

mET

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

mREQUEST

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

mFETCH

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

mORDERING

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

mUNION

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

mINTERSECT

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

mCOMPARE

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

mPATH

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

mELEMENT

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

mSTORE

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

mREQNO

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

mRELATED

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

mOFFSET

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

mMAXNUM

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

mNOTIFICATION

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

mPREVSTAMP

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

mSUBTREE

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

mOPERATOR

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

mCASESENSITIVE

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

mAPPROXIMATE

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

mATTRIBUTE

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

mORDER

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

mPROPERTY

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

mACTION

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

mLT

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

mSL

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

mEQ

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

mSTRING

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


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."