Uses of Enum Class
com.google.common.labs.regex.RegexPattern.ModifierFlag
Packages that use RegexPattern.ModifierFlag
Package
Description
Regex parser for dev tools (requires dot-parse artifact)
-
Uses of RegexPattern.ModifierFlag in com.google.common.labs.regex
Subclasses with type arguments of type RegexPattern.ModifierFlag in com.google.common.labs.regexModifier and TypeClassDescriptionstatic enumRegex modifiers that can be enabled or disabled inline.Methods in com.google.common.labs.regex that return RegexPattern.ModifierFlagModifier and TypeMethodDescriptionstatic RegexPattern.ModifierFlagReturns the enum constant of this class with the specified name.static RegexPattern.ModifierFlag[]RegexPattern.ModifierFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.labs.regex that return types with arguments of type RegexPattern.ModifierFlagModifier and TypeMethodDescriptionRegexPattern.Group.NonCapturing.disabledModifierFlags()Returns the value of thedisabledModifierFlagsrecord component.RegexPattern.Group.NonCapturing.enabledModifierFlags()Returns the value of theenabledModifierFlagsrecord component.Constructor parameters in com.google.common.labs.regex with type arguments of type RegexPattern.ModifierFlagModifierConstructorDescriptionNonCapturing(RegexPattern content, List<RegexPattern.ModifierFlag> enabledModifierFlags, List<RegexPattern.ModifierFlag> disabledModifierFlags) Creates an instance of aNonCapturingrecord class.