|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.CharScanner | +--antlr.ANTLRLexer
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_
|
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.ANTLRTokenTypes |
ACTION, ARG_ACTION, ASSIGN, BANG, CARET, CHAR_LITERAL, CLOSE_ELEMENT_OPTION, COLON, COMMA, COMMENT, DIGIT, DOC_COMMENT, EOF, ESC, IMPLIES, INT, INTERNAL_RULE_REF, LITERAL_catch, LITERAL_charVocabulary, LITERAL_class, LITERAL_exception, LITERAL_extends, LITERAL_header, LITERAL_lexclass, LITERAL_Lexer, LITERAL_options, LITERAL_Parser, LITERAL_private, LITERAL_protected, LITERAL_public, LITERAL_returns, LITERAL_throws, LITERAL_tokens, LITERAL_TreeParser, LPAREN, ML_COMMENT, NESTED_ACTION, NESTED_ARG_ACTION, NOT_OP, NOT_USEFUL, NULL_TREE_LOOKAHEAD, OPEN_ELEMENT_OPTION, OPTIONS, OR, PLUS, QUESTION, RANGE, RCURLY, RPAREN, RULE_REF, SEMI, SEMPRED, SL_COMMENT, STAR, STRING_LITERAL, TOKEN_REF, TOKENS, TREE_BEGIN, VOCAB, WILDCARD, WS, WS_LOOP, WS_OPT, XDIGIT |
Constructor Summary | |
ANTLRLexer(InputBuffer ib)
Enabled: |
|
ANTLRLexer(InputStream in)
Enabled: |
|
ANTLRLexer(LexerSharedInputState state)
Enabled: |
|
ANTLRLexer(Reader in)
Enabled: |
Method Summary | |
static int |
escapeCharValue(String cs)
Enabled: Convert 'c' to an integer char value. |
void |
mACTION(boolean _createToken)
Enabled: |
void |
mARG_ACTION(boolean _createToken)
Enabled: |
void |
mASSIGN(boolean _createToken)
Enabled: |
void |
mBANG(boolean _createToken)
Enabled: |
void |
mCARET(boolean _createToken)
Enabled: |
void |
mCHAR_LITERAL(boolean _createToken)
Enabled: |
void |
mCLOSE_ELEMENT_OPTION(boolean _createToken)
Enabled: |
void |
mCOLON(boolean _createToken)
Enabled: |
void |
mCOMMA(boolean _createToken)
Enabled: |
void |
mCOMMENT(boolean _createToken)
Enabled: |
protected void |
mDIGIT(boolean _createToken)
|
protected void |
mESC(boolean _createToken)
|
void |
mIMPLIES(boolean _createToken)
Enabled: |
void |
mINT(boolean _createToken)
Enabled: |
protected int |
mINTERNAL_RULE_REF(boolean _createToken)
|
void |
mLPAREN(boolean _createToken)
Enabled: |
protected void |
mML_COMMENT(boolean _createToken)
|
protected void |
mNESTED_ACTION(boolean _createToken)
|
protected void |
mNESTED_ARG_ACTION(boolean _createToken)
|
void |
mNOT_OP(boolean _createToken)
Enabled: |
protected void |
mNOT_USEFUL(boolean _createToken)
|
void |
mOPEN_ELEMENT_OPTION(boolean _createToken)
Enabled: |
void |
mOR(boolean _createToken)
Enabled: |
void |
mPLUS(boolean _createToken)
Enabled: |
void |
mQUESTION(boolean _createToken)
Enabled: |
void |
mRANGE(boolean _createToken)
Enabled: |
void |
mRCURLY(boolean _createToken)
Enabled: |
void |
mRPAREN(boolean _createToken)
Enabled: |
void |
mRULE_REF(boolean _createToken)
Enabled: |
void |
mSEMI(boolean _createToken)
Enabled: |
protected void |
mSL_COMMENT(boolean _createToken)
|
void |
mSTAR(boolean _createToken)
Enabled: |
void |
mSTRING_LITERAL(boolean _createToken)
Enabled: |
void |
mTOKEN_REF(boolean _createToken)
Enabled: |
void |
mTREE_BEGIN(boolean _createToken)
Enabled: |
protected void |
mVOCAB(boolean _createToken)
|
void |
mWILDCARD(boolean _createToken)
Enabled: |
protected void |
mWS_LOOP(boolean _createToken)
|
protected void |
mWS_OPT(boolean _createToken)
|
void |
mWS(boolean _createToken)
Enabled: |
protected void |
mXDIGIT(boolean _createToken)
|
Token |
nextToken()
Enabled: |
static int |
tokenTypeForCharLiteral(String lit)
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
Constructor Detail |
public ANTLRLexer(InputStream in)
public ANTLRLexer(Reader in)
public ANTLRLexer(InputBuffer ib)
public ANTLRLexer(LexerSharedInputState state)
Method Detail |
public static int escapeCharValue(String cs)
public static int tokenTypeForCharLiteral(String lit)
public Token nextToken() throws TokenStreamException
nextToken
in interface TokenStream
TokenStreamException
public final void mWS(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mCOMMENT(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
public final void mOPEN_ELEMENT_OPTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mCLOSE_ELEMENT_OPTION(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 mQUESTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mTREE_BEGIN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mLPAREN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mRPAREN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mCOLON(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mSTAR(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mPLUS(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mASSIGN(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mIMPLIES(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 mCARET(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 mOR(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mWILDCARD(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mRANGE(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mNOT_OP(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 mCHAR_LITERAL(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mESC(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mSTRING_LITERAL(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mXDIGIT(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 mVOCAB(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mINT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mARG_ACTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mNESTED_ARG_ACTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mACTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mNESTED_ACTION(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mTOKEN_REF(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
public final void mRULE_REF(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final int mINTERNAL_RULE_REF(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mWS_LOOP(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mWS_OPT(boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
RecognitionException
CharStreamException
TokenStreamException
protected final void mNOT_USEFUL(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 |