Class Make::TestAdjacentRefs::Ref
An SSA reference. This is either a certain read, a definition, or a synthesized phi read.
Import path
import codeql.ssa.SsaDirect supertypes
Predicates
| accessAt | Holds if this reference of |
| getLocation | Gets the location of this SSA reference. |
| getSourceVariable | Gets the source variable referenced by this reference. |
| isPhiRead | Holds if this reference is a synthesized phi read. |
| toString | Gets a textual representation of this SSA reference. |