Class: Dentaku::AST::Multiplication

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

Instance Attribute Summary

Attributes inherited from Operation

#left, #right

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Arithmetic

#initialize, #type, #value

Methods inherited from Operation

#dependencies, #initialize, max_param_count, min_param_count, right_associative?

Methods inherited from Node

arity, #dependencies, peek, #type

Constructor Details

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

Class Method Details

.precedenceObject



135
136
137
# File 'lib/dentaku/ast/arithmetic.rb', line 135

def self.precedence
  20
end

Instance Method Details

#operatorObject



131
132
133
# File 'lib/dentaku/ast/arithmetic.rb', line 131

def operator
  :*
end