FuncExpr.local constructor
FuncExpr.local(
- FuncExpr from
Constructs a local function out of from.
Implementation
FuncExpr.local(FuncExpr from)
: idParts = from.idParts,
body = from.body,
args = from.args,
local = true,
super(from.token);