CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (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()