Class: AQL::Node::Operator::Binary::And

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

Overview

Binary and operator

Constant Summary collapse

SYMBOL =
:'&&'

Constants inherited from AQL::Node

NULL

Method Summary

Methods inherited from AQL::Node

#aql, #visit