Class Impl::RegExpParent
An element containing a regular expression term, that is, either a string literal (parsed as a regular expression) or another regular expression term.
Import path
import semmle.python.regexp.RegexTreeViewDirect supertypes
Known direct subtypes
Predicates
| getAChild | Gets a child term . |
| getChild | Gets the |
| getLastChild | Gets the last child term of this element. |
| getNumChild | Gets the number of child terms. |
| getRegex | Gets the associated regex. |
| toString | Gets a textual representation of this element. |