Public Member Functions | |
ExprOpImpl (Expr *e1, Expr *e2) | |
ExprOpImpl (const PosIdx &pos, Expr *e1, Expr *e2) | |
void | show (const SymbolTable &symbols, std::ostream &str) const override |
void | bindVars (EvalState &es, const std::shared_ptr< const StaticEnv > &env) override |
void | eval (EvalState &state, Env &env, Value &v) override |
PosIdx | getPos () const override |
![]() | |
virtual Value * | maybeThunk (EvalState &state, Env &env) |
virtual void | setName (Symbol name) |
virtual void | setDocComment (DocComment docComment) |
virtual void | resetCursedOr () |
virtual void | warnIfCursedOr (const SymbolTable &symbols, const PosTable &positions) |
Public Attributes | |
PosIdx | pos |
Expr * | e1 |
Expr * | e2 |
Additional Inherited Members | |
![]() | |
static unsigned long | nrExprs = 0 |
|
inlineoverridevirtual |
Reimplemented from nix::Expr.
Reimplemented from nix::Expr.
|
inlineoverridevirtual |
Reimplemented from nix::Expr.