public class ANTLRTokdefLexer extends CharScanner implements ANTLRTokdefParserTokenTypes, TokenStream
Modifier and Type | Field and Description |
---|---|
static BitSet |
_tokenSet_0 |
static BitSet |
_tokenSet_1 |
static BitSet |
_tokenSet_2 |
static BitSet |
_tokenSet_3 |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, NO_CHAR, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
ASSIGN, DIGIT, EOF, ESC, ID, INT, LPAREN, ML_COMMENT, NULL_TREE_LOOKAHEAD, RPAREN, SL_COMMENT, STRING, WS, XDIGIT
Constructor and Description |
---|
ANTLRTokdefLexer(InputBuffer ib) |
ANTLRTokdefLexer(java.io.InputStream in) |
ANTLRTokdefLexer(LexerSharedInputState state) |
ANTLRTokdefLexer(java.io.Reader in) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
mWS(boolean _createToken) |
protected void |
mXDIGIT(boolean _createToken) |
Token |
nextToken() |
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, 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 static final BitSet _tokenSet_0
public static final BitSet _tokenSet_1
public static final BitSet _tokenSet_2
public static final BitSet _tokenSet_3
public ANTLRTokdefLexer(java.io.InputStream in)
public ANTLRTokdefLexer(java.io.Reader in)
public ANTLRTokdefLexer(InputBuffer ib)
public ANTLRTokdefLexer(LexerSharedInputState state)
public Token nextToken() throws TokenStreamException
nextToken
in interface TokenStream
TokenStreamException
public final void mWS(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mSL_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mML_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mLPAREN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mRPAREN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mASSIGN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mSTRING(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
protected final void mESC(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
protected final void mDIGIT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
protected final void mXDIGIT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mID(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
public final void mINT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException