| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectantlr.CharScannerantlr.actions.python.CodeLexerFields 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.actions.python.CodeLexerTokenTypes | |
ACTION, COMMENT, EOF, IGNWS, ML_COMMENT, NULL_TREE_LOOKAHEAD, SL_COMMENT, STUFF | |
Constructor Summary | |
| |
| |
| |
| |
Method Summary | |
void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
protected void |
|
Token | |
void |
|
void | |
void |
|
void |
|
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 final void mACTION(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mCOMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mIGNWS(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mML_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mSL_COMMENT(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionprotected final void mSTUFF(boolean _createToken)
throws RecognitionException,
CharStreamException,
TokenStreamExceptionpublic Token nextToken() throws TokenStreamException
- Specified by:
- nextToken in interface TokenStream
public void reportError(RecognitionException e)
- Overrides:
- reportError in interface CharScanner
public void setLineOffset(int lineOffset)