Uses of Enum Class
io.mola.galimatias.canonicalize.RegexCanonicalizer.Scope
Packages that use RegexCanonicalizer.Scope
-
Uses of RegexCanonicalizer.Scope in io.mola.galimatias.canonicalize
Fields in io.mola.galimatias.canonicalize declared as RegexCanonicalizer.ScopeMethods in io.mola.galimatias.canonicalize that return RegexCanonicalizer.ScopeModifier and TypeMethodDescriptionstatic RegexCanonicalizer.ScopeReturns the enum constant of this class with the specified name.static RegexCanonicalizer.Scope[]RegexCanonicalizer.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.mola.galimatias.canonicalize with parameters of type RegexCanonicalizer.ScopeModifierConstructorDescriptionRegexCanonicalizer(RegexCanonicalizer.Scope scope, Pattern pattern, String substitution)