Uses of Enum Class
com.google.common.labs.regex.RegexPattern.PosixCharClass
Packages that use RegexPattern.PosixCharClass
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
- 
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 enumRepresents a POSIX character class inside a CharacterSet: e.g.Methods in com.google.common.labs.regex that return RegexPattern.PosixCharClassModifier and TypeMethodDescriptionstatic RegexPattern.PosixCharClassReturns 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.