Uses of Class
mireka.address.parser.ast.RecipientAST
-
Packages that use RecipientAST Package Description mireka.address.parser SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command.mireka.address.parser.ast Contains SMTP related Abstract Syntax Tree nodes, which are the output of the parsers. -
-
Uses of RecipientAST in mireka.address.parser
Methods in mireka.address.parser that return RecipientAST Modifier and Type Method Description RecipientASTRecipientParser. parse() -
Uses of RecipientAST in mireka.address.parser.ast
Subclasses of RecipientAST in mireka.address.parser.ast Modifier and Type Class Description classDomainPostmasterRecipientASTclassMailboxRecipientASTclassSystemPostmasterRecipientAST
-