class

Crystal::Macros::UnaryExpression

Inherits Crystal::Macros::ASTNode

An unary expression

Instance methods

exp

Returns the expression that this unary operation is applied to.

Source