|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.CharScanner | +--antlr.ANTLRTokdefLexer
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 |
private static final long[] _tokenSet_0_data_
public static final BitSet _tokenSet_0
private static final long[] _tokenSet_1_data_
public static final BitSet _tokenSet_1
Constructor Detail |
public ANTLRTokdefLexer(InputBuffer ib)
public ANTLRTokdefLexer(LexerSharedInputState state)
public ANTLRTokdefLexer(InputStream in)
public ANTLRTokdefLexer(Reader in)
Method Detail |
public final void mASSIGN(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
protected final void mDIGIT(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
protected final void mESC(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mID(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mINT(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mLPAREN(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mML_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mRPAREN(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mSL_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mSTRING(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
protected final void mVOCAB(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public final void mWS(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
protected final void mXDIGIT(boolean _createToken) throws RecognitionException, CharStreamException
RecognitionException
CharStreamException
public Token nextToken() throws TokenStreamException
nextToken
in interface TokenStream
TokenStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |