Class: Melbourne::AST::Or

Inherits:
And
  • Object
show all
Defined in:
lib/melbourne/ast/operators.rb

Overview

The or operator as in:

a or b

Instance Attribute Summary

Attributes inherited from And

#left, #right

Attributes inherited from Node

#line

Method Summary

Methods inherited from And

#initialize

Methods inherited from Node

#ascii_graph, #initialize

Constructor Details

This class inherits a constructor from Melbourne::AST::And