Zen
A cross-platform functional programming language
|
BinaryExpr(const QualifiedType &type, const Expr &lhs, const z::string &op, const Expr &rhs) | BinaryExpr | [inline] |
Expr(const QualifiedType &type) | Expr | [inline] |
getLhs() const | BinaryExpr | [inline] |
getOp() const | BinaryExpr | [inline] |
getRhs() const | BinaryExpr | [inline] |
getType() const | Expr | [inline] |
Node() | Node | [inline, protected] |
QueryBinaryExpr(const QualifiedType &type, const Expr &lhs, const z::string &op, const Expr &rhs) | QueryBinaryExpr | [inline] |
visit(Expr::Visitor &visitor) const | QueryBinaryExpr | [private, virtual] |
~Node() | Node | [inline, virtual] |