antlr
Class ANTLRTokdefLexer

java.lang.Object
  extended byantlr.CharScanner
      extended byantlr.ANTLRTokdefLexer
All Implemented Interfaces:
ANTLRTokdefParserTokenTypes, TokenStream

public class ANTLRTokdefLexer
extends CharScanner
implements ANTLRTokdefParserTokenTypes, TokenStream


Field Summary
static BitSet _tokenSet_0
           
static BitSet _tokenSet_1
           
static BitSet _tokenSet_2
           
static BitSet _tokenSet_3
           
 
Fields inherited from class antlr.CharScanner
EOF_CHAR
 
Fields inherited from interface antlr.ANTLRTokdefParserTokenTypes
ASSIGN, DIGIT, EOF, ESC, ID, INT, LPAREN, ML_COMMENT, NULL_TREE_LOOKAHEAD, RPAREN, SL_COMMENT, STRING, WS, XDIGIT
 
Constructor Summary
ANTLRTokdefLexer(InputBuffer ib)
           
ANTLRTokdefLexer(java.io.InputStream in)
           
ANTLRTokdefLexer(LexerSharedInputState state)
           
ANTLRTokdefLexer(java.io.Reader in)
           
 
Method Summary
 void mASSIGN(boolean _createToken)
           
 void mID(boolean _createToken)
           
 void mINT(boolean _createToken)
           
 void mLPAREN(boolean _createToken)
           
 void mML_COMMENT(boolean _createToken)
           
 void mRPAREN(boolean _createToken)
           
 void mSL_COMMENT(boolean _createToken)
           
 void mSTRING(boolean _createToken)
           
 void mWS(boolean _createToken)
           
 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, 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
equals, 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
Constructor Detail

ANTLRTokdefLexer

public ANTLRTokdefLexer(java.io.InputStream in)

ANTLRTokdefLexer

public ANTLRTokdefLexer(java.io.Reader in)

ANTLRTokdefLexer

public ANTLRTokdefLexer(InputBuffer ib)

ANTLRTokdefLexer

public ANTLRTokdefLexer(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

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

mLPAREN

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

mRPAREN

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

mASSIGN

public final void mASSIGN(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

mID

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

mINT

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