Uses of Class
mireka.address.parser.ast.LocalPartAST
-
Packages that use LocalPartAST Package Description mireka.address.parser.ast Contains SMTP related Abstract Syntax Tree nodes, which are the output of the parsers. -
-
Uses of LocalPartAST in mireka.address.parser.ast
Fields in mireka.address.parser.ast declared as LocalPartAST Modifier and Type Field Description LocalPartASTMailboxAST. localPartASTConstructors in mireka.address.parser.ast with parameters of type LocalPartAST Constructor Description MailboxAST(int position, String spelling, LocalPartAST localPartAST, RemotePartAST remotePartAST)
-