Uses of Record Class
cloud.opencode.base.string.match.PatternMatch
Packages that use PatternMatch
-
Uses of PatternMatch in cloud.opencode.base.string.match
Methods in cloud.opencode.base.string.match that return types with arguments of type PatternMatchModifier and TypeMethodDescriptionFinds all pattern matches in the text.Finds the first pattern match in the text.Methods in cloud.opencode.base.string.match with parameters of type PatternMatchModifier and TypeMethodDescriptionbooleanPatternMatch.contains(PatternMatch other) Checks if this match contains another.booleanPatternMatch.overlaps(PatternMatch other) Checks if this match overlaps with another.