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

Predicate sameValue

Gets an expression that has the same value as the given SSA variable.

The VarAccess represents the access to v that result has the same value as.

Import path

import semmle.code.java.dataflow.SSA
Expr sameValue ( SsaVariable v , VarAccess va )