|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.CharScanner | +--antlr.preprocessor.PreprocessorLexer
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_
|
static BitSet |
_tokenSet_2
Enabled: |
private static long[] |
_tokenSet_2_data_
|
static BitSet |
_tokenSet_3
Enabled: |
private static long[] |
_tokenSet_3_data_
|
static BitSet |
_tokenSet_4
Enabled: |
private static long[] |
_tokenSet_4_data_
|
static BitSet |
_tokenSet_5
Enabled: |
private static long[] |
_tokenSet_5_data_
|
static BitSet |
_tokenSet_6
Enabled: |
private static long[] |
_tokenSet_6_data_
|
static BitSet |
_tokenSet_7
Enabled: |
private static long[] |
_tokenSet_7_data_
|
static BitSet |
_tokenSet_8
Enabled: |
private static long[] |
_tokenSet_8_data_
|
Fields inherited from class antlr.CharScanner |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, text, tokenObjectClass, traceDepth |
Fields inherited from interface antlr.preprocessor.PreprocessorTokenTypes |
ACTION, ALT, ARG_ACTION, ASSIGN_RHS, BANG, CHAR_LITERAL, COMMA, COMMENT, CURLY_BLOCK_SCARF, DIGIT, ELEMENT, EOF, ESC, HEADER_ACTION, ID, ID_OR_KEYWORD, LITERAL_catch, LITERAL_class, LITERAL_exception, LITERAL_extends, LITERAL_private, LITERAL_protected, LITERAL_public, LITERAL_returns, LITERAL_throws, LITERAL_tokens, ML_COMMENT, NEWLINE, NULL_TREE_LOOKAHEAD, OPTIONS_START, RCURLY, RULE_BLOCK, SEMI, SL_COMMENT, STRING_LITERAL, SUBRULE_BLOCK, TOKENS_SPEC, WS, XDIGIT |
Constructor Summary | |
PreprocessorLexer(InputBuffer ib)
Enabled: |
|
PreprocessorLexer(InputStream in)
Enabled: |
|
PreprocessorLexer(LexerSharedInputState state)
Enabled: |
|
PreprocessorLexer(Reader in)
Enabled: |
Method Summary | |
void |
mACTION(boolean _createToken)
Enabled: |
protected void |
mALT(boolean _createToken)
|
void |
mARG_ACTION(boolean _createToken)
Enabled: |
void |
mASSIGN_RHS(boolean _createToken)
Enabled: |
void |
mBANG(boolean _createToken)
Enabled: |
void |
mCHAR_LITERAL(boolean _createToken)
Enabled: |
void |
mCOMMA(boolean _createToken)
Enabled: |
void |
mCOMMENT(boolean _createToken)
Enabled: |
protected void |
mCURLY_BLOCK_SCARF(boolean _createToken)
|
protected void |
mDIGIT(boolean _createToken)
|
protected void |
mELEMENT(boolean _createToken)
|
protected void |
mESC(boolean _createToken)
|
void |
mID_OR_KEYWORD(boolean _createToken)
Enabled: This rule picks off keywords in the lexer that need to be handled specially. |
protected void |
mID(boolean _createToken)
|
protected void |
mML_COMMENT(boolean _createToken)
|
protected void |
mNEWLINE(boolean _createToken)
|
void |
mRCURLY(boolean _createToken)
Enabled: |
void |
mRULE_BLOCK(boolean _createToken)
Enabled: |
void |
mSEMI(boolean _createToken)
Enabled: |
protected void |
mSL_COMMENT(boolean _createToken)
|
void |
mSTRING_LITERAL(boolean _createToken)
Enabled: |
void |
mSUBRULE_BLOCK(boolean _createToken)
Enabled: |
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
private static final long[] _tokenSet_2_data_
public static final BitSet _tokenSet_2
private static final long[] _tokenSet_3_data_
public static final BitSet _tokenSet_3
private static final long[] _tokenSet_4_data_
public static final BitSet _tokenSet_4
private static final long[] _tokenSet_5_data_
public static final BitSet _tokenSet_5
private static final long[] _tokenSet_6_data_
public static final BitSet _tokenSet_6
private static final long[] _tokenSet_7_data_
public static final BitSet _tokenSet_7
private static final long[] _tokenSet_8_data_
public static final BitSet _tokenSet_8
Constructor Detail |
public PreprocessorLexer(InputStream in)
public PreprocessorLexer(Reader in)
public PreprocessorLexer(InputBuffer ib)
public PreprocessorLexer(LexerSharedInputState state)
Method Detail |
public Token nextToken() throws TokenStreamException
nextToken
in interface TokenStream
TokenStreamException
public final void mRULE_BLOCK(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mWS(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mALT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mSUBRULE_BLOCK(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mELEMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mCOMMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mACTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mSTRING_LITERAL(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mCHAR_LITERAL(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mNEWLINE(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mBANG(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mSEMI(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mCOMMA(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mRCURLY(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mID_OR_KEYWORD(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mID(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mCURLY_BLOCK_SCARF(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mASSIGN_RHS(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mSL_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mML_COMMENT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mESC(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mDIGIT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mXDIGIT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mARG_ACTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |