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

Member predicate Expr::isNthChildOf

Holds if this expression is the child of the specified parent at the specified (zero-based) position.

predicate isNthChildOf(ExprParent parent, int index)