Interface RegexPattern.CharSetElement
- All Known Subinterfaces:
RegexPattern.CharacterProperty,RegexPattern.CharacterSet
- All Known Implementing Classes:
RegexPattern.CharacterProperty.Negated,RegexPattern.CharacterSet.AnyOf,RegexPattern.CharacterSet.Intersection,RegexPattern.CharacterSet.NoneOf,RegexPattern.CharRange,RegexPattern.LiteralChar,RegexPattern.PosixCharClass,RegexPattern.PredefinedCharClass,RegexPattern.UnicodeProperty
- Enclosing interface:
RegexPattern
public static sealed interface RegexPattern.CharSetElement
permits RegexPattern.PredefinedCharClass, RegexPattern.CharacterSet, RegexPattern.LiteralChar, RegexPattern.CharRange, RegexPattern.CharacterProperty, RegexPattern.CharacterProperty.Negated
Base interface for elements within a
RegexPattern.CharacterSet.