Package mireka.address.parser.ast
Class MailboxAST
- Object
-
- mireka.address.parser.base.AST
-
- mireka.address.parser.ast.MailboxAST
-
public class MailboxAST extends AST
-
-
Field Summary
Fields Modifier and Type Field Description LocalPartASTlocalPartASTRemotePartASTremotePartASTStringspelling
-
Constructor Summary
Constructors Constructor Description MailboxAST(int position, String spelling, LocalPartAST localPartAST, RemotePartAST remotePartAST)
-
Method Summary
-
Methods inherited from class mireka.address.parser.base.AST
syntaxException
-
-
-
-
Field Detail
-
spelling
public String spelling
-
localPartAST
public LocalPartAST localPartAST
-
remotePartAST
public RemotePartAST remotePartAST
-
-
Constructor Detail
-
MailboxAST
public MailboxAST(int position, String spelling, LocalPartAST localPartAST, RemotePartAST remotePartAST)
-
-