info.monitorenter.cpdetector.io.parser
Class EncodingLexer

java.lang.Object
  extended by antlr.CharScanner
      extended by info.monitorenter.cpdetector.io.parser.EncodingLexer
All Implemented Interfaces:
antlr.TokenStream, EncodingParserTokenTypes

public class EncodingLexer
extends antlr.CharScanner
implements EncodingParserTokenTypes, 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 info.monitorenter.cpdetector.io.parser.EncodingParserTokenTypes
DIGIT, EOF, IDENTIFIER, LETTER, META_CONTENT_TYPE, NEWLINE, NULL_TREE_LOOKAHEAD, SPACE, SPACING, XML_ENCODING_DECL
 
Constructor Summary
EncodingLexer(antlr.InputBuffer ib)
           
EncodingLexer(InputStream in)
           
EncodingLexer(antlr.LexerSharedInputState state)
           
EncodingLexer(Reader in)
           
 
Method Summary
protected  void mDIGIT(boolean _createToken)
           
protected  void mIDENTIFIER(boolean _createToken)
           
protected  void mLETTER(boolean _createToken)
           
 void mMETA_CONTENT_TYPE(boolean _createToken)
           
protected  void mNEWLINE(boolean _createToken)
           
protected  void mSPACE(boolean _createToken)
           
protected  void mSPACING(boolean _createToken)
           
 void mXML_ENCODING_DECL(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

EncodingLexer

public EncodingLexer(InputStream in)

EncodingLexer

public EncodingLexer(Reader in)

EncodingLexer

public EncodingLexer(antlr.InputBuffer ib)

EncodingLexer

public EncodingLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mMETA_CONTENT_TYPE

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

mSPACING

protected final void mSPACING(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLETTER

protected final void mLETTER(boolean _createToken)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mDIGIT

protected final void mDIGIT(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mXML_ENCODING_DECL

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

mIDENTIFIER

protected final void mIDENTIFIER(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mNEWLINE

protected final void mNEWLINE(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSPACE

protected final void mSPACE(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException


Copyleft ㊢ 2003-2004 MPL 1.1, All Rights Footloose.