| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectantlr.CharScannerantlr.ANTLRTokdefLexerFields inherited from class antlr.CharScanner | |
EOF_CHAR, NO_CHAR, _returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, hashString, inputState, literals, saveConsumedInput, tabsize, 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, WS, XDIGIT | |
Constructor Summary | |
| |
| |
Method Summary | |
void |
|
protected void |
|
protected void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected void |
|
Token | |
Methods inherited from class antlr.CharScanner | |
LA, append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, 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 | |
public ANTLRTokdefLexer(InputStream in)
public ANTLRTokdefLexer(Reader in)
public final void mASSIGN(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mDIGIT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mESC(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mID(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mINT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mLPAREN(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mML_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mRPAREN(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mSL_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mSTRING(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic final void mWS(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mXDIGIT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic Token nextToken() throws TokenStreamException
- Specified by:
- nextToken in interface TokenStream