Uses of Enum Class
com.google.common.labs.regex.RegexPattern.Anchor
Packages that use RegexPattern.Anchor
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
- 
Uses of RegexPattern.Anchor in com.google.common.labs.regex
Subclasses with type arguments of type RegexPattern.Anchor in com.google.common.labs.regexModifier and TypeClassDescriptionstatic enumRepresents an anchor, which matches a position like start or end of a line.Methods in com.google.common.labs.regex that return RegexPattern.AnchorModifier and TypeMethodDescriptionstatic RegexPattern.AnchorReturns the enum constant of this class with the specified name.static RegexPattern.Anchor[]RegexPattern.Anchor.values()Returns an array containing the constants of this enum class, in the order they are declared.