com.hs.mail.imap.parser
Class CommandParser

java.lang.Object
  extended by com.hs.mail.imap.parser.AbstractImapCommandParser
      extended by com.hs.mail.imap.parser.CommandParser

public class CommandParser
extends AbstractImapCommandParser

Parses IMAP command into a list of tokens.

Since:
12 Jan, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from class com.hs.mail.imap.parser.AbstractImapCommandParser
buffer, pos, pushback, reader, tokens
 
Constructor Summary
CommandParser(StringReader in)
           
 
Method Summary
 LinkedList<Token> command()
           
 
Methods inherited from class com.hs.mail.imap.parser.AbstractImapCommandParser
_kw, _number, _number, _sp, astring_char, astring, atom_char, atom_specials, atom, crlf, date_time, date, kw, list_char, list_wildcard, literal, lparen, newToken, number, number, nz_number, quoted_char, quoted_special, quoted, read, resp_special, rparen, sequence_set, sp, string, tag_char, unread, unreadAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandParser

public CommandParser(StringReader in)
Method Detail

command

public LinkedList<Token> command()


Copyright © 2011. All Rights Reserved.