class Axal::AST::UnaryOperator
- Axal::AST::UnaryOperator
- Axal::AST::Expression
- Reference
- Object
Defined in:
lang/ast/unary_operator.crConstructors
Instance Method Summary
- #==(other : UnaryOperator)
- #children
- #operand : Expression | ::Nil
- #operand=(operand : Expression | ::Nil)
- #operator : TokenKind