Package mireka.address.parser
Class AddressLiteralParser
- Object
-
- mireka.address.parser.base.CharParser
-
- mireka.address.parser.AddressLiteralParser
-
public class AddressLiteralParser extends CharParser
AddressLiteralParser parses the remote part of an SMTP mailbox (after the '@').
-
-
Field Summary
-
Fields inherited from class mireka.address.parser.base.CharParser
currentToken, scanner, spelling
-
-
Constructor Summary
Constructors Constructor Description AddressLiteralParser(CharScanner charScanner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressLiteralRemotePartASTparse()-
Methods inherited from class mireka.address.parser.base.CharParser
accept, accept, acceptIt, acceptThem, peekString, popPosition, popSpelling, pushPosition, pushSpelling
-
-
-
-
Constructor Detail
-
AddressLiteralParser
public AddressLiteralParser(CharScanner charScanner)
-
-
Method Detail
-
parse
public AddressLiteralRemotePartAST parse() throws java.text.ParseException
- Throws:
java.text.ParseException
-
-