![]() |
Zen
A cross-platform functional programming language
|
AST Node for all postfix operators. More...
#include <Ast.hpp>
Public Member Functions | |
| PostfixOpExpr (const QualifiedType &type, const Expr &lhs, const z::string &op) | |
| Default constructor. | |
Private Member Functions | |
| virtual void | visit (Visitor &visitor) const |
| Abstract visitor function. | |
| PostfixOpExpr | ( | const QualifiedType & | type, |
| const Expr & | lhs, | ||
| const z::string & | op | ||
| ) | [inline] |
Default constructor.
| type | Expression type |
| lhs | The operand expression |
| op | The operator of the expression |
| void visit | ( | Visitor & | visitor | ) | const [private, virtual] |