Uses of Class
mireka.address.parser.base.AST
-
Packages that use AST 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.mireka.address.parser.base Provides generic, non mail specific parsing infrastructure. -
-
Uses of AST in mireka.address.parser
Subclasses of AST in mireka.address.parser Modifier and Type Class Description static classIpv4Parser.Ipv4static classIpv6Parser.EmptyEndingstatic classIpv6Parser.Ipv4Endingstatic classIpv6Parser.Ipv6 -
Uses of AST in mireka.address.parser.ast
Subclasses of AST in mireka.address.parser.ast Modifier and Type Class Description classAddressLiteralRemotePartASTclassDomainASTclassDomainPostmasterRecipientASTclassDomainRemotePartASTclassIpv4RemotePartASTclassIpv6RemotePartASTclassLocalPartASTclassMailboxASTclassMailboxRecipientASTclassNullReversePathASTclassPathASTclassRealReversePathASTRealReversePathAST represents a non-null reverse path.classRecipientASTclassRemotePartASTclassReversePathASTclassSourceRouteASTclassSystemPostmasterRecipientAST -
Uses of AST in mireka.address.parser.base
Subclasses of AST in mireka.address.parser.base Modifier and Type Class Description classTerminal
-