| Package | Description |
|---|---|
| mireka.address.parser |
SMTP specific parsers, for example one which parses the recipient parameter of an RCPT command.
|
| Modifier and Type | Field and Description |
|---|---|
AddressLiteralTagToken.Kind |
AddressLiteralTagToken.kind |
| Modifier and Type | Method and Description |
|---|---|
static AddressLiteralTagToken.Kind |
AddressLiteralTagToken.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressLiteralTagToken.Kind[] |
AddressLiteralTagToken.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AddressLiteralTagToken(int position,
java.util.List<CharToken> spellingTokens,
AddressLiteralTagToken.Kind kind) |