abstract class Crystal::Macros::BinaryOp
Overview
A binary expression like And
and Or
.
Direct Known Subclasses
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#left : ASTNode
Returns the left hand side of this node.
-
#right : ASTNode
Returns the left hand side of this node.