Given an Expression, find the variable it really is.
For example, a[index] is really a, and s.f is really s.
Expression to look at
variable if there is one, null if not
See Implementation
Given an Expression, find the variable it really is.
For example, a[index] is really a, and s.f is really s.