Method call return value

if the following are true:
  • the line at time t = i
  • the tab at time t = j
  • statement at line i, tab k = s
  • k < j
  • value at (j - 1) in map (Control Map at time t) = pair ("method", method_name)
  • not (method_name = "__init__")

then Return Value at time (t + 1) = None


Comments

Please log in to add comments