Class: Dentaku::AST::BitwiseAnd

Inherits:
Bitwise show all
Defined in:
lib/dentaku/ast/bitwise.rb

Instance Attribute Summary

Attributes inherited from Operation

#left, #right

Instance Method Summary collapse

Methods inherited from Bitwise

#value

Methods inherited from Operation

#accept, #dependencies, #display_operator, #initialize, max_param_count, min_param_count, right_associative?

Methods inherited from Node

arity, #dependencies, #name, peek, precedence, #type

Constructor Details

This class inherits a constructor from Dentaku::AST::Operation

Instance Method Details

#operatorObject



25
26
27
# File 'lib/dentaku/ast/bitwise.rb', line 25

def operator
  :&
end