rice.email.proxy.imap.parser.antlr
Class ImapCommandLexer
java.lang.Object
antlr.CharScanner
rice.email.proxy.imap.parser.antlr.ImapCommandLexer
-
All Implemented Interfaces:
- antlr.TokenStream, CommonLexTokenTypes
-
public class ImapCommandLexer
- extends antlr.CharScanner
- implements CommonLexTokenTypes, antlr.TokenStream
Fields inherited from class antlr.CharScanner |
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth |
Fields inherited from interface rice.email.proxy.imap.parser.antlr.CommonLexTokenTypes |
ALL, ANSWERED, APPEND, ATOM, ATOM_CHAR, AUTHENTICATE, BCC, BEFORE, BODY, BODYSTRUCTURE, CAPABILITY, CC, CHAR, CHECK, CLOSE, COPY, CREATE, CTL, DELETE, DELETED, DRAFT, ENVELOPE, EOF, EXAMINE, EXPUNGE, FAST, FETCH, FIELDS, FLAG, FLAGGED, FLAGS, FROM, FULL, HEADER, INTERNALDATE, KEYWORD, LARGER, LIST, LITERAL_START, LOGIN, LOGOUT, LPAREN, LSANGLE, LSBRACKET, LSUB, MIME, NEW, NOOP, NOT, NULL_TREE_LOOKAHEAD, NUMBER, OLD, ON, OR, PEEK, PERIOD, PLUS, QUOTE, QUOTED, QUOTED_CHAR, QUOTED_SPECIALS, RECENT, RENAME, RFC822, RPAREN, RSANGLE, RSBRACKET, SEARCH, SEEN, SELECT, SENTBEFORE, SENTON, SENTSINCE, SINCE, SIZE, SMALLER, SPACE, STATUS, STORE, STRING, SUBJECT, SUBSCRIBE, TEXT, TO, UID, UNANSWERED, UNDELETED, UNDRAFT, UNFLAGGED, UNKEYWORD, UNKNOWN, UNSEEN, UNSUBSCRIBE |
Method Summary |
protected void |
mATOM_CHAR(boolean _createToken)
|
void |
mATOM(boolean _createToken)
|
protected void |
mCHAR(boolean _createToken)
|
protected void |
mCTL(boolean _createToken)
|
void |
mFLAG(boolean _createToken)
|
void |
mLITERAL_START(boolean _createToken)
|
void |
mLPAREN(boolean _createToken)
|
void |
mLSANGLE(boolean _createToken)
|
void |
mLSBRACKET(boolean _createToken)
|
protected void |
mNUMBER(boolean _createToken)
|
void |
mPERIOD(boolean _createToken)
|
protected void |
mPLUS(boolean _createToken)
|
protected void |
mQUOTE(boolean _createToken)
|
protected void |
mQUOTED_CHAR(boolean _createToken)
|
protected void |
mQUOTED_SPECIALS(boolean _createToken)
|
protected void |
mQUOTED(boolean _createToken)
|
void |
mRPAREN(boolean _createToken)
|
void |
mRSANGLE(boolean _createToken)
|
void |
mRSBRACKET(boolean _createToken)
|
void |
mSPACE(boolean _createToken)
|
void |
mSTRING(boolean _createToken)
|
protected void |
mUNKNOWN(boolean _createToken)
|
antlr.Token |
nextToken()
|
Methods inherited from class antlr.CharScanner |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_0
_tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_1
_tokenSet_2
public static final antlr.collections.impl.BitSet _tokenSet_2
ImapCommandLexer
public ImapCommandLexer(java.io.InputStream in)
ImapCommandLexer
public ImapCommandLexer(java.io.Reader in)
ImapCommandLexer
public ImapCommandLexer(antlr.InputBuffer ib)
ImapCommandLexer
public ImapCommandLexer(antlr.LexerSharedInputState state)
nextToken
public antlr.Token nextToken()
throws antlr.TokenStreamException
-
- Specified by:
-
nextToken
in interface antlr.TokenStream
-
-
Throws:
antlr.TokenStreamException
mPERIOD
public final void mPERIOD(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mSPACE
public final void mSPACE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mLPAREN
public final void mLPAREN(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mRPAREN
public final void mRPAREN(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mLSANGLE
public final void mLSANGLE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mRSANGLE
public final void mRSANGLE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mATOM
public final void mATOM(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mATOM_CHAR
protected final void mATOM_CHAR(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mFLAG
public final void mFLAG(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mLSBRACKET
public final void mLSBRACKET(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mRSBRACKET
public final void mRSBRACKET(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mNUMBER
protected final void mNUMBER(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mQUOTE
protected final void mQUOTE(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mQUOTED_CHAR
protected final void mQUOTED_CHAR(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mQUOTED_SPECIALS
protected final void mQUOTED_SPECIALS(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mSTRING
public final void mSTRING(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mQUOTED
protected final void mQUOTED(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mCHAR
protected final void mCHAR(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mCTL
protected final void mCTL(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mPLUS
protected final void mPLUS(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mLITERAL_START
public final void mLITERAL_START(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
mUNKNOWN
protected final void mUNKNOWN(boolean _createToken)
throws antlr.RecognitionException,
antlr.CharStreamException,
antlr.TokenStreamException
-
-
-
Throws:
-
antlr.RecognitionException
-
antlr.CharStreamException
antlr.TokenStreamException
Copyright © 2001-2005 - Rice Pastry.