antlr
Class ANTLRTokdefLexer

java.lang.Object
  |
  +--antlr.CharScanner
        |
        +--antlr.ANTLRTokdefLexer
All Implemented Interfaces:
ANTLRTokdefParserTokenTypes, TokenStream

public class ANTLRTokdefLexer
extends CharScanner
implements ANTLRTokdefParserTokenTypes, TokenStream

Untamed:


Field Summary
static BitSet _tokenSet_0
          Enabled:
private static long[] _tokenSet_0_data_
           
static BitSet _tokenSet_1
          Enabled:
private static long[] _tokenSet_1_data_
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, NO_CHAR, saveConsumedInput, text, tokenObjectClass, traceDepth
 
Fields inherited from interface antlr.ANTLRTokdefParserTokenTypes
ASSIGN, DIGIT, EOF, ESC, ID, INT, LPAREN, ML_COMMENT, NULL_TREE_LOOKAHEAD, RPAREN, SL_COMMENT, STRING, VOCAB, WS, XDIGIT
 
Constructor Summary
ANTLRTokdefLexer(InputBuffer ib)
          Enabled:
ANTLRTokdefLexer(InputStream in)
          Enabled:
ANTLRTokdefLexer(LexerSharedInputState state)
          Enabled:
ANTLRTokdefLexer(Reader in)
          Enabled:
 
Method Summary
 void mASSIGN(boolean _createToken)
          Enabled:
protected  void mDIGIT(boolean _createToken)
           
protected  void mESC(boolean _createToken)
           
 void mID(boolean _createToken)
          Enabled:
 void mINT(boolean _createToken)
          Enabled:
 void mLPAREN(boolean _createToken)
          Enabled:
 void mML_COMMENT(boolean _createToken)
          Enabled:
 void mRPAREN(boolean _createToken)
          Enabled:
 void mSL_COMMENT(boolean _createToken)
          Enabled:
 void mSTRING(boolean _createToken)
          Enabled:
protected  void mVOCAB(boolean _createToken)
           
 void mWS(boolean _createToken)
          Enabled:
protected  void mXDIGIT(boolean _createToken)
           
 Token nextToken()
          Enabled:
 
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

_tokenSet_0_data_

private static final long[] _tokenSet_0_data_

_tokenSet_0

public static final BitSet _tokenSet_0
Enabled:


_tokenSet_1_data_

private static final long[] _tokenSet_1_data_

_tokenSet_1

public static final BitSet _tokenSet_1
Enabled:

Constructor Detail

ANTLRTokdefLexer

public ANTLRTokdefLexer(InputBuffer ib)
Enabled:


ANTLRTokdefLexer

public ANTLRTokdefLexer(LexerSharedInputState state)
Enabled:


ANTLRTokdefLexer

public ANTLRTokdefLexer(InputStream in)
Enabled:


ANTLRTokdefLexer

public ANTLRTokdefLexer(Reader in)
Enabled:

Method Detail

mASSIGN

public final void mASSIGN(boolean _createToken)
                   throws RecognitionException,
                          CharStreamException
Enabled:

RecognitionException
CharStreamException

mDIGIT

protected final void mDIGIT(boolean _createToken)
                     throws RecognitionException,
                            CharStreamException
RecognitionException
CharStreamException

mESC

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

mID

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

RecognitionException
CharStreamException

mINT

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

RecognitionException
CharStreamException

mLPAREN

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

RecognitionException
CharStreamException

mML_COMMENT

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

RecognitionException
CharStreamException

mRPAREN

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

RecognitionException
CharStreamException

mSL_COMMENT

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

RecognitionException
CharStreamException

mSTRING

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

RecognitionException
CharStreamException

mVOCAB

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

mWS

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

RecognitionException
CharStreamException

mXDIGIT

protected final void mXDIGIT(boolean _createToken)
                      throws RecognitionException,
                             CharStreamException
RecognitionException
CharStreamException

nextToken

public Token nextToken()
                throws TokenStreamException
Enabled:

Specified by:
nextToken in interface TokenStream
TokenStreamException


comments?