Function x is constant

x is constant

Format:

x is constant

Input:

number x -

Output:

boolean - None

Conditional properties that reference this function:

  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Class Map at time (t + 1) = Class Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Control Map at time (t + 1) = Control Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Python Object Store at time (t + 1) = Python Object Store at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then the expression at time (t + 1) = c

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then expression state at time (t + 1) = "begin_expr"

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then the line at time (t + 1) = i

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then the tab at time (t + 1) = j

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then Value Stack at time (t + 1) = [ ]

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then parent stack at time (t + 1) = [ ]

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • expression state at time t = "not_expr"
    • c is constant

    then arguments stack at time (t + 1) = [ ]

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Variables Map at time (t + 1) = Variables Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then stack at time (t + 1) = stack at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Control Map at time (t + 1) = Control Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = x = c
    • c is constant

    then Variables Map at time (t + 1) = result of storing c at key: x in map: (Variables Map at time t)

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = x = c
    • c is constant

    then the line at time (t + 1) = i + 1

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = x = c
    • c is constant

    then the tab at time (t + 1) = j

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = x = c
    • c is constant

    then stack at time (t + 1) = stack at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = x = c
    • c is constant

    then expression state at time (t + 1) = "not_expr"

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = x = c
    • c is constant

    then Python Object Store at time (t + 1) = Python Object Store at time t

    (link)
  • if the following are true:
    • expression state at time t = "begin_expr"
    • the expression at time t = c
    • c is constant
    • parent stack at time t = [ x, y ]

    then expression state at time (t + 1) = "return"

    (link)
  • if the following are true:
    • expression state at time t = "begin_expr"
    • the expression at time t = c
    • c is constant
    • parent stack at time t = [ ]

    then expression state at time (t + 1) = "end_expr"

    (link)
  • if the following are true:
    • expression state at time t = "begin_expr"
    • the expression at time t = c
    • c is constant

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

    (link)
  • if the following are true:
    • expression state at time t = "begin_expr"
    • the expression at time t = c
    • c is constant

    then Value Stack at time (t + 1) = Value Stack at time t

    (link)
  • if the following are true:
    • expression state at time t = "begin_expr"
    • the expression at time t = c
    • c is constant

    then arguments stack at time (t + 1) = arguments stack at time t

    (link)
  • if the following are true:
    • expression state at time t = "begin_expr"
    • the expression at time t = c
    • c is constant

    then parent stack at time (t + 1) = parent stack at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = return c
    • c is constant

    then Python Object Store at time (t + 1) = Python Object Store at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Class Map at time (t + 1) = Class Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Control Map at time (t + 1) = Control Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Python Object Store at time (t + 1) = Python Object Store at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Variables Map at time (t + 1) = Variables Map at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant

    then Context Stack at time (t + 1) = Context Stack at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant
    • Expression Stack at time t = [ ]

    then Expression Stack at time (t + 1) = [ [ c, [ ] ], [ ] ]

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant
    • Expression Stack at time t = [ ]

    then Value Stack at time (t + 1) = [ [ ], [ ] ]

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant
    • Expression Stack at time t = [ ]

    then the line at time (t + 1) = i

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = c
    • c is constant
    • Expression Stack at time t = [ ]

    then the tab at time (t + 1) = j

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Expression Stack at time (t + 1) = [ ys, rest ]

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Value Stack at time (t + 1) = [ [ x, values ], v_rest ]

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Parameters List at time (t + 1) = None

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then the line at time (t + 1) = the line at time t

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then the tab at time (t + 1) = the tab at time t

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Variables Map at time (t + 1) = Variables Map at time t

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Control Map at time (t + 1) = Control Map at time t

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Python Object Store at time (t + 1) = Python Object Store at time t

    (link)
  • if the following are true:
    • Expression Stack at time t = [ [ x, ys ], rest ]
    • Value Stack at time t = [ values, v_rest ]
    • x is constant

    then Context Stack at time (t + 1) = Context Stack at time t

    (link)
  • if the following are true:
    • the line at time t = i
    • the tab at time t = j
    • statement at line i, tab j = return c
    • c is constant

    then Python Object Store at time (t + 1) = Python Object Store at time t

    (link)


Comments

Please log in to add comments