setVariable abstract method

void setVariable(
  1. String name,
  2. EvaluatedExpr expression
)

Set the content of a variable.

Implementation

void setVariable(String name, EvaluatedExpr expression);