class Dentaku::AST::Multiplication
Public Class Methods
precedence()
click to toggle source
# File lib/dentaku/ast/arithmetic.rb, line 158 def self.precedence 20 end
Public Instance Methods
operator()
click to toggle source
# File lib/dentaku/ast/arithmetic.rb, line 154 def operator :* end