antlr
Class ANTLRTokdefLexer
java.lang.Object
|
+--antlr.CharScanner
|
+--antlr.ANTLRTokdefLexer
- All Implemented Interfaces:
- ANTLRTokdefParserTokenTypes, TokenStream
- public class ANTLRTokdefLexer
- extends CharScanner
- implements ANTLRTokdefParserTokenTypes, TokenStream
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 |
Method Summary |
void |
mASSIGN(boolean _createToken)
|
protected void |
mDIGIT(boolean _createToken)
|
protected void |
mESC(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)
|
protected void |
mVOCAB(boolean _createToken)
|
void |
mWS(boolean _createToken)
|
protected void |
mXDIGIT(boolean _createToken)
|
Token |
nextToken()
|
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 |
_tokenSet_0_data_
private static final long[] _tokenSet_0_data_
_tokenSet_0
public static final BitSet _tokenSet_0
_tokenSet_1_data_
private static final long[] _tokenSet_1_data_
_tokenSet_1
public static final BitSet _tokenSet_1
ANTLRTokdefLexer
public ANTLRTokdefLexer(InputBuffer ib)
ANTLRTokdefLexer
public ANTLRTokdefLexer(LexerSharedInputState state)
ANTLRTokdefLexer
public ANTLRTokdefLexer(java.io.InputStream in)
ANTLRTokdefLexer
public ANTLRTokdefLexer(java.io.Reader in)
mASSIGN
public final void mASSIGN(boolean _createToken)
throws RecognitionException,
CharStreamException
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
RecognitionException
CharStreamException
mINT
public final void mINT(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mLPAREN
public final void mLPAREN(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mML_COMMENT
public final void mML_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mRPAREN
public final void mRPAREN(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mSL_COMMENT
public final void mSL_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mSTRING
public final void mSTRING(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mVOCAB
protected final void mVOCAB(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mWS
public final void mWS(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
mXDIGIT
protected final void mXDIGIT(boolean _createToken)
throws RecognitionException,
CharStreamException
RecognitionException
CharStreamException
nextToken
public Token nextToken()
throws TokenStreamException
- Specified by:
nextToken
in interface TokenStream
TokenStreamException