Module dev.civl.mc

Interface ValueAtExpression

All Superinterfaces:
Expression, Sourceable

public interface ValueAtExpression extends Expression
The CIVL-C $value_at(state, PID, expr) expression, evaluating the given expression expr at the given state ($state).
  • Method Details

    • state

      Expression state()
      returns the node that represents the state reference
      Returns:
    • pid

      Expression pid()
      returns the pid whose context to be used when evaluating the expression
      Returns:
    • expression

      Expression expression()
      returns the expression to be evaluated
      Returns: