|
topazc
|
Unary expression container. More...
#include <ast.hpp>


Public Member Functions | |
| UnaryExpr (Token o, ExprPtr e, uint32_t l) | |
| ~UnaryExpr () override=default | |
| Public Member Functions inherited from AST::Expr | |
| Expr (uint32_t l) | |
| virtual | ~Expr ()=default |
Public Attributes | |
| Token | op |
| ExprPtr | expr |
| Public Attributes inherited from AST::Expr | |
| uint32_t | line |
Unary expression container.
Is the container of unary expression (aka <operator> <operand>)
|
overridedefault |