abstract class Crystal::Macros::UnaryExpression

Overview

An unary expression

Direct Known Subclasses

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

  • #exp : ASTNode

    Returns the expression that this unary operation is applied to.

Instance Method Detail

def exp : ASTNodeSource

Returns the expression that this unary operation is applied to.

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Crystal/Macros/UnaryExpression.html