Uses of Class
mireka.address.parser.ast.RemotePartAST
-
Packages that use RemotePartAST Package Description mireka.address Classes representing recipient addresses passed in mail envelopes.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 RemotePartAST in mireka.address
Methods in mireka.address with parameters of type RemotePartAST Modifier and Type Method Description RemotePartMailAddressFactory. createRemotePartFromAST(RemotePartAST remotePartAST) -
Uses of RemotePartAST in mireka.address.parser
Methods in mireka.address.parser that return RemotePartAST Modifier and Type Method Description RemotePartASTRemotePartParser. parse()RemotePartASTRemotePartParser. parseLeft() -
Uses of RemotePartAST in mireka.address.parser.ast
Subclasses of RemotePartAST in mireka.address.parser.ast Modifier and Type Class Description classAddressLiteralRemotePartASTclassDomainRemotePartASTclassIpv4RemotePartASTclassIpv6RemotePartASTFields in mireka.address.parser.ast declared as RemotePartAST Modifier and Type Field Description RemotePartASTMailboxAST. remotePartASTConstructors in mireka.address.parser.ast with parameters of type RemotePartAST Constructor Description MailboxAST(int position, String spelling, LocalPartAST localPartAST, RemotePartAST remotePartAST)
-