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 codeql.ruby.regexp.RegExpTreeViewDirect supertypes
Known direct subtypes
Predicates
| getAChild | Gets a child term . |
| getAPrimaryQlClass | Gets the name of a primary CodeQL class to which this regular expression term belongs. |
| getChild | Gets the |
| getLastChild | Gets the last child term of this element. |
| getNumChild | Gets the number of child terms. |
| getPrimaryQlClasses | Gets a comma-separated list of the names of the primary CodeQL classes to which this regular expression term belongs. |
| toString | Gets a textual representation of this element. |