at.dms.compiler.tools.msggen
Class MsggenLexer

java.lang.Object
  extended by at.dms.compiler.tools.antlr.runtime.CharScanner
      extended by at.dms.compiler.tools.msggen.MsggenLexer
All Implemented Interfaces:
TokenStream, MsggenLexerTokenTypes

public class MsggenLexer
extends CharScanner
implements MsggenLexerTokenTypes, TokenStream


Field Summary
static BitSet _tokenSet_0
           
static BitSet _tokenSet_1
           
static BitSet _tokenSet_2
           
static BitSet _tokenSet_3
           
static BitSet _tokenSet_4
           
 
Fields inherited from class at.dms.compiler.tools.antlr.runtime.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, text, tokenObjectClass
 
Fields inherited from interface at.dms.compiler.tools.msggen.MsggenLexerTokenTypes
DOT, DUMMY, EOF, ESC, HEADER, HEX_DIGIT, IDENT, LITERAL_caution, LITERAL_error, LITERAL_info, LITERAL_message, LITERAL_notice, LITERAL_package, LITERAL_parent, LITERAL_prefix, LITERAL_warning, ML_COMMENT, NULL_TREE_LOOKAHEAD, OCT_DIGIT, SL_COMMENT, STRING, VOCAB, WS
 
Constructor Summary
MsggenLexer(InputBuffer ib)
           
MsggenLexer(InputStream in)
           
MsggenLexer(LexerSharedInputState state)
           
MsggenLexer(Reader in)
           
 
Method Summary
 void mDOT(boolean _createToken)
           
 void mDUMMY(boolean _createToken)
           
protected  void mESC(boolean _createToken)
           
 void mHEADER(boolean _createToken)
           
protected  void mHEX_DIGIT(boolean _createToken)
           
 void mIDENT(boolean _createToken)
           
 void mML_COMMENT(boolean _createToken)
           
protected  void mOCT_DIGIT(boolean _createToken)
           
 void mSL_COMMENT(boolean _createToken)
           
 void mSTRING(boolean _createToken)
           
protected  void mVOCAB(boolean _createToken)
           
 void mWS(boolean _createToken)
           
 Token nextToken()
           
 
Methods inherited from class at.dms.compiler.tools.antlr.runtime.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, 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 BitSet _tokenSet_0

_tokenSet_1

public static final BitSet _tokenSet_1

_tokenSet_2

public static final BitSet _tokenSet_2

_tokenSet_3

public static final BitSet _tokenSet_3

_tokenSet_4

public static final BitSet _tokenSet_4
Constructor Detail

MsggenLexer

public MsggenLexer(InputStream in)

MsggenLexer

public MsggenLexer(Reader in)

MsggenLexer

public MsggenLexer(InputBuffer ib)

MsggenLexer

public MsggenLexer(LexerSharedInputState state)
Method Detail

nextToken

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

mWS

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

mDOT

public final void mDOT(boolean _createToken)
                throws RecognitionException,
                       CharStreamException,
                       TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mHEADER

public final void mHEADER(boolean _createToken)
                   throws RecognitionException,
                          CharStreamException,
                          TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mSL_COMMENT

public final void mSL_COMMENT(boolean _createToken)
                       throws RecognitionException,
                              CharStreamException,
                              TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mML_COMMENT

public final void mML_COMMENT(boolean _createToken)
                       throws RecognitionException,
                              CharStreamException,
                              TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mSTRING

public final void mSTRING(boolean _createToken)
                   throws RecognitionException,
                          CharStreamException,
                          TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mESC

protected final void mESC(boolean _createToken)
                   throws RecognitionException,
                          CharStreamException,
                          TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mOCT_DIGIT

protected final void mOCT_DIGIT(boolean _createToken)
                         throws RecognitionException,
                                CharStreamException,
                                TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mHEX_DIGIT

protected final void mHEX_DIGIT(boolean _createToken)
                         throws RecognitionException,
                                CharStreamException,
                                TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mIDENT

public final void mIDENT(boolean _createToken)
                  throws RecognitionException,
                         CharStreamException,
                         TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mDUMMY

public final void mDUMMY(boolean _createToken)
                  throws RecognitionException,
                         CharStreamException,
                         TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException

mVOCAB

protected final void mVOCAB(boolean _createToken)
                     throws RecognitionException,
                            CharStreamException,
                            TokenStreamException
Throws:
RecognitionException
CharStreamException
TokenStreamException