public class MailboxAST extends AST
Modifier and Type | Field and Description |
---|---|
LocalPartAST |
localPartAST |
RemotePartAST |
remotePartAST |
String |
spelling |
Constructor and Description |
---|
MailboxAST(int position,
String spelling,
LocalPartAST localPartAST,
RemotePartAST remotePartAST) |
syntaxException
public String spelling
public LocalPartAST localPartAST
public RemotePartAST remotePartAST
public MailboxAST(int position, String spelling, LocalPartAST localPartAST, RemotePartAST remotePartAST)