abstract class Crystal::Macros::BinaryOp

Overview

A binary expression like And and Or.

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def left : ASTNode #

Returns the left hand side of this node.


[View source]
def right : ASTNode #

Returns the left hand side of this node.


[View source]