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