Class: Dentaku::AST::Multiplication

Inherits:
Arithmetic show all
Defined in:
lib/dentaku/ast/arithmetic.rb

Constant Summary

Constants inherited from Arithmetic

Arithmetic::DECIMAL, Arithmetic::INTEGER

Instance Attribute Summary

Attributes inherited from Operation

#left, #right

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Arithmetic

#type, #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, resolve_class, #type

Constructor Details

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

Class Method Details

.precedenceObject



145
146
147
# File 'lib/dentaku/ast/arithmetic.rb', line 145

def self.precedence
  20
end

Instance Method Details

#operatorObject



141
142
143
# File 'lib/dentaku/ast/arithmetic.rb', line 141

def operator
  :*
end