Class: Dentaku::AST::BitwiseShiftLeft
- Defined in:
- lib/dentaku/ast/bitwise.rb
Instance Attribute Summary
Attributes inherited from Operation
Instance Method Summary collapse
Methods inherited from Bitwise
Methods inherited from Operation
#accept, #dependencies, #display_operator, #initialize, max_param_count, min_param_count, right_associative?
Methods inherited from Node
arity, #dependencies, #name, precedence, resolve_class, #type
Constructor Details
This class inherits a constructor from Dentaku::AST::Operation
Instance Method Details
#operator ⇒ Object
31 32 33 |
# File 'lib/dentaku/ast/bitwise.rb', line 31 def operator :<< end |