Class: Chelsy::Operator::AssignBitwiseOr

Inherits:
Binary show all
Defined in:
lib/chelsy/ast.rb

Instance Attribute Summary

Attributes inherited from Binary

#lhs, #rhs

Attributes inherited from Element

#fragments, #post_fragments

Class Method Summary collapse

Methods inherited from Binary

#initialize

Methods inherited from Base

precedence

Methods inherited from Element

#initialize

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Chelsy::Operator::Binary

Class Method Details

.operatorObject



841
# File 'lib/chelsy/ast.rb', line 841

def self.operator; :"|=" end