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

Predicate DataFlow::simpleAstFlowStep

Holds if there is a data flow step from e1 to e2 that only steps from child to parent in the AST.

Import path

import semmle.code.java.dataflow.DataFlow
predicate simpleAstFlowStep(Expr e1, Expr e2)