getVariable abstract method

EvaluatedExpr getVariable(
  1. String name
)

Get a variable by name. If the variable does not exist, an empty value is returned.

Implementation

EvaluatedExpr getVariable(String name);