UnaryExpression

protocol UnaryExpression : IdentifiableExpression

Represent a unary expression with one operand.

The full expression is represented as: operator operand.