Uses of Class
mireka.address.parser.ast.PathAST
-
Packages that use PathAST 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 PathAST in mireka.address.parser
Methods in mireka.address.parser that return PathAST Modifier and Type Method Description PathASTPathParser. parse()PathASTPathParser. parseLeft() -
Uses of PathAST in mireka.address.parser.ast
Fields in mireka.address.parser.ast declared as PathAST Modifier and Type Field Description PathASTMailboxRecipientAST. pathASTPathASTRealReversePathAST. pathASTConstructors in mireka.address.parser.ast with parameters of type PathAST Constructor Description MailboxRecipientAST(int position, PathAST pathAST)RealReversePathAST(int position, PathAST pathAST)
-