net.obsearch.example
Class SliceLexer

java.lang.Object
  extended by antlr.CharScanner
      extended by net.obsearch.example.SliceLexer
All Implemented Interfaces:
antlr.TokenStream, SliceParserTokenTypes

public class SliceLexer
extends antlr.CharScanner
implements SliceParserTokenTypes, antlr.TokenStream


Field Summary
static antlr.collections.impl.BitSet _tokenSet_0
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Fields inherited from interface net.obsearch.example.SliceParserTokenTypes
CONSTRUCT_NAME, EOF, LEFT_PAREN, NULL_TREE_LOOKAHEAD, NUMBER, PARAM_SEPARATOR, RIGHT_PAREN, WS
 
Constructor Summary
SliceLexer(antlr.InputBuffer ib)
           
SliceLexer(InputStream in)
           
SliceLexer(antlr.LexerSharedInputState state)
           
SliceLexer(Reader in)
           
 
Method Summary
 void mCONSTRUCT_NAME(boolean _createToken)
           
 void mLEFT_PAREN(boolean _createToken)
           
 void mNUMBER(boolean _createToken)
           
 void mPARAM_SEPARATOR(boolean _createToken)
           
 void mRIGHT_PAREN(boolean _createToken)
           
 void mWS(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, 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
Constructor Detail

SliceLexer

public SliceLexer(InputStream in)

SliceLexer

public SliceLexer(Reader in)

SliceLexer

public SliceLexer(antlr.InputBuffer ib)

SliceLexer

public SliceLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mCONSTRUCT_NAME

public final void mCONSTRUCT_NAME(boolean _createToken)
                           throws antlr.RecognitionException,
                                  antlr.CharStreamException,
                                  antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLEFT_PAREN

public final void mLEFT_PAREN(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mRIGHT_PAREN

public final void mRIGHT_PAREN(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mPARAM_SEPARATOR

public final void mPARAM_SEPARATOR(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mNUMBER

public final void mNUMBER(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mWS

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


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.