Class: Dentaku::AST::BitwiseShiftLeft
- 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
Instance Method Summary collapse
Methods inherited from Bitwise
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
#operator ⇒ Object
33 34 35 |
# File 'lib/dentaku/ast/bitwise.rb', line 33 def operator :<< end |