abstract class Crystal::Macros::BinaryOp

Overview

A binary expression like And and Or.

Direct Known Subclasses

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def left : ASTNodeSource

Returns the left hand side of this node.

def right : ASTNodeSource

Returns the left hand side of this node.

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Crystal/Macros/BinaryOp.html