Member predicate ModuleBase::getConstant
Gets the value of the constant named name
, if any.
For example, the value of CONST
is "const"
in
module M
CONST = "const"
end
Expr getConstant(string name)
Gets the value of the constant named name
, if any.
For example, the value of CONST
is "const"
in
module M
CONST = "const"
end
Expr getConstant(string name)