class

Axal::AST::UnaryOperator

Inherits Axal::AST::Expression < Reference < Object

Constructors

new(operator : Axal::TokenKind, operand : Axal::AST::Expression | ::Nil = nil)
Source

Instance methods

==(other : UnaryOperator)
Source
children
Source
operand
Source
operand=(operand : Expression | ::Nil)
Source
operator
Source