CodeQL library for Java
codeql/java-all 0.6.2 ( changelog , source )
Search

Member predicate RegexString :: quantifiedItem

Holds if the text in the range start,end is a quantified item, where item is a character, a character set or a group.

predicate quantifiedItem ( int start , int end , boolean maybe_empty , boolean may_repeat_forever )