UnaryExpr

A unary operation expression

final
class UnaryExpr : Expr {}

Members

Variables

expr
Expr expr;

The expression to manipulate using the given unary operation

op
UnaryOperation op;

The operation performed on the given expression

Meta