Package mireka.address.parser
Class RecipientParser
- Object
-
- mireka.address.parser.base.CharParser
-
- mireka.address.parser.RecipientParser
-
public class RecipientParser extends CharParser
-
-
Field Summary
-
Fields inherited from class mireka.address.parser.base.CharParser
currentToken, scanner, spelling
-
-
Constructor Summary
Constructors Constructor Description RecipientParser(String source)RecipientParser(CharScanner charScanner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipientASTparse()-
Methods inherited from class mireka.address.parser.base.CharParser
accept, accept, acceptIt, acceptThem, peekString, popPosition, popSpelling, pushPosition, pushSpelling
-
-
-
-
Constructor Detail
-
RecipientParser
public RecipientParser(CharScanner charScanner)
-
RecipientParser
public RecipientParser(String source)
-
-
Method Detail
-
parse
public RecipientAST parse() throws java.text.ParseException
- Throws:
java.text.ParseException
-
-