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

Member predicate Assignment::getSource

Gets the source (right-hand side) of the assignment.

For assignments with an implicit operator such as x += 23, the left-hand side is also a source.

Expr getSource()