Class: Dentaku::AST::Subtraction

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, right_associative?

Methods inherited from Node

arity, #dependencies

Constructor Details

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

Class Method Details

.precedenceObject



60
61
62
# File 'lib/dentaku/ast/arithmetic.rb', line 60

def self.precedence
  10
end

Instance Method Details

#operatorObject



56
57
58
# File 'lib/dentaku/ast/arithmetic.rb', line 56

def operator
  :-
end