Class: Dentaku::AST::BitwiseAnd

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

Constant Summary

Constants inherited from Node

Node::STATIC_CONTEXT, Node::STATIC_MODE_KEY

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, #operator_spacing, right_associative?

Methods inherited from Node

arity, #dependencies, #name, precedence, #pure?, resolve_class, #type

Constructor Details

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

Instance Method Details

#operatorObject



27
28
29
# File 'lib/dentaku/ast/bitwise.rb', line 27

def operator
  :&
end