# File lib/code_analyzer/sexp.rb, line 187
  def left_value
    if :assign == sexp_type
      self[1]
    end
  end