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