abstract class Crystal::Macros::BinaryOp inherits Crystal::Macros::ASTNode ¶ A binary expression like And and Or. Direct known subclasses Crystal::Macros::And Crystal::Macros::Or Methods¶ #left : ASTNode ¶ Returns the left hand side of this node. View source #right : ASTNode ¶ Returns the left hand side of this node. View source