| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Ipv4Parser.Ipv4 |
Ipv4Parser.parse() |
Ipv4Parser.Ipv4 |
Ipv4Parser.parseLeft() |
| Modifier and Type | Field and Description |
|---|---|
Ipv4Parser.Ipv4 |
Ipv4RemotePartAST.ipv4 |
| Constructor and Description |
|---|
Ipv4RemotePartAST(int position,
String spelling,
Ipv4Parser.Ipv4 ipv4) |