Class: AQL::Node::Operator::Unary::Negation

Inherits:
AQL::Node::Operator::Unary show all
Defined in:
lib/aql/node/operator/unary.rb

Overview

Unary negation operator

Constant Summary collapse

SYMBOL =
:'!'

Constants inherited from AQL::Node

NULL

Method Summary

Methods inherited from AQL::Node

#aql, #visit