VariableExpr constructor

VariableExpr(
  1. List<String> path
)

Creates a variable reference from path.

Implementation

VariableExpr(this.path);