Uses of Class
mireka.address.parser.ast.ReversePathAST
-
Packages that use ReversePathAST 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 ReversePathAST in mireka.address.parser
Methods in mireka.address.parser that return ReversePathAST Modifier and Type Method Description ReversePathASTReversePathParser. parse() -
Uses of ReversePathAST in mireka.address.parser.ast
Subclasses of ReversePathAST in mireka.address.parser.ast Modifier and Type Class Description classNullReversePathASTclassRealReversePathASTRealReversePathAST represents a non-null reverse path.
-