Uses of Enum Class
com.google.common.labs.regex.RegexPattern.PredefinedCharClass
Packages that use RegexPattern.PredefinedCharClass
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
-
Uses of RegexPattern.PredefinedCharClass in com.google.common.labs.regex
Subclasses with type arguments of type RegexPattern.PredefinedCharClass in com.google.common.labs.regexModifier and TypeClassDescriptionstatic enumRepresents a predefined character class like\dor\w.Methods in com.google.common.labs.regex that return RegexPattern.PredefinedCharClassModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RegexPattern.PredefinedCharClass[]RegexPattern.PredefinedCharClass.values()Returns an array containing the constants of this enum class, in the order they are declared.