Uses of Enum Class
com.google.common.labs.regex.RegexPattern.PosixCharClass
Packages that use RegexPattern.PosixCharClass
-
Uses of RegexPattern.PosixCharClass in com.google.common.labs.regex
Subclasses with type arguments of type RegexPattern.PosixCharClass in com.google.common.labs.regexModifier and TypeClassDescriptionstatic enum
Represents a POSIX character class inside a CharacterSet: e.g.Methods in com.google.common.labs.regex that return RegexPattern.PosixCharClassModifier and TypeMethodDescriptionstatic RegexPattern.PosixCharClass
Returns the enum constant of this class with the specified name.static RegexPattern.PosixCharClass[]
RegexPattern.PosixCharClass.values()
Returns an array containing the constants of this enum class, in the order they are declared.