|
|
| Expr (const Expr &)=delete |
|
Expr & | operator= (const Expr &)=delete |
|
virtual JSON | toJSON (const SymbolTable &symbols) const |
|
virtual void | accept (ExprVisitor &ev, std::unique_ptr< Expr > &ptr)=0 |
|
virtual void | eval (EvalState &state, Env &env, Value &v) |
|
virtual Value * | maybeThunk (EvalState &state, Env &env) |
|
virtual void | setName (Symbol name) |
|
PosIdx | getPos () const |
|
template<typename E> |
| E & | cast () |
|
template<typename E> |
| E * | try_cast () |
|
|
static std::unique_ptr< Expr > | finalize (std::unique_ptr< Expr > parsed, Evaluator &es, const std::shared_ptr< const StaticEnv > &env) |
|
|
| Expr (Expr &&)=default |
|
Expr & | operator= (Expr &&)=default |
|
| Expr (const PosIdx pos) |
The documentation for this struct was generated from the following files:
- lix/libexpr/nixexpr.hh
- lix/libexpr/eval.cc
- lix/libexpr/nixexpr.cc