Class: Dentaku::AST::Multiplication
- Inherits:
-
Arithmetic
- Object
- Node
- Operation
- Arithmetic
- Dentaku::AST::Multiplication
- Defined in:
- lib/dentaku/ast/arithmetic.rb
Constant Summary
Constants inherited from Arithmetic
Arithmetic::DECIMAL, Arithmetic::INTEGER
Instance Attribute Summary
Attributes inherited from Operation
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Arithmetic
Methods inherited from Operation
#accept, #dependencies, #display_operator, #initialize, max_param_count, min_param_count, right_associative?
Methods inherited from Node
arity, #dependencies, #name, resolve_class, #type
Constructor Details
This class inherits a constructor from Dentaku::AST::Arithmetic
Class Method Details
.precedence ⇒ Object
158 159 160 |
# File 'lib/dentaku/ast/arithmetic.rb', line 158 def self.precedence 20 end |
Instance Method Details
#operator ⇒ Object
154 155 156 |
# File 'lib/dentaku/ast/arithmetic.rb', line 154 def operator :* end |