Uses of Enum Class
io.mola.galimatias.URLParser.ParseURLState
Packages that use URLParser.ParseURLState
-
Uses of URLParser.ParseURLState in io.mola.galimatias
Subclasses with type arguments of type URLParser.ParseURLState in io.mola.galimatiasModifier and TypeClassDescriptionstatic enumParse URL states as defined by WHATWG URL spec.Fields in io.mola.galimatias declared as URLParser.ParseURLStateMethods in io.mola.galimatias that return URLParser.ParseURLStateModifier and TypeMethodDescriptionstatic URLParser.ParseURLStateReturns the enum constant of this class with the specified name.static URLParser.ParseURLState[]URLParser.ParseURLState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mola.galimatias with parameters of type URLParser.ParseURLStateModifierConstructorDescriptionURLParser(URL base, String input, URL url, URLParser.ParseURLState stateOverride) URLParser(String input, URL url, URLParser.ParseURLState stateOverride)