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