public class MailboxParser extends CharParser
currentToken, scanner, spelling| Constructor and Description |
|---|
MailboxParser(CharScanner scanner) |
MailboxParser(String input) |
| Modifier and Type | Method and Description |
|---|---|
MailboxAST |
parse() |
MailboxAST |
parseLeft() |
accept, accept, acceptIt, acceptThem, peekString, popPosition, popSpelling, pushPosition, pushSpellingpublic MailboxParser(String input)
public MailboxParser(CharScanner scanner)
public MailboxAST parse() throws java.text.ParseException
java.text.ParseExceptionpublic MailboxAST parseLeft() throws java.text.ParseException
java.text.ParseException