Uses of Interface
com.google.common.labs.regex.RegexPattern.CharacterProperty
Packages that use RegexPattern.CharacterProperty
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
-
Uses of RegexPattern.CharacterProperty in com.google.common.labs.regex
Classes in com.google.common.labs.regex that implement RegexPattern.CharacterPropertyModifier and TypeClassDescriptionstatic enumRepresents a POSIX character class inside a CharacterSet: e.g.static final recordRepresents a Unicode property class: e.g.Methods in com.google.common.labs.regex that return RegexPattern.CharacterPropertyModifier and TypeMethodDescriptionRegexPattern.CharacterProperty.Negated.property()Returns the value of thepropertyrecord component.Constructors in com.google.common.labs.regex with parameters of type RegexPattern.CharacterPropertyModifierConstructorDescriptionNegated(RegexPattern.CharacterProperty property) Creates an instance of aNegatedrecord class.