module AdLint::ArithmeticAccessor

Public Instance Methods

arithmetic() click to toggle source

NOTE: Host class must respond to traits.

# File lib/adlint/traits.rb, line 715
def arithmetic
  traits.of_compiler.arithmetic
end
logical_right_shift?() click to toggle source
# File lib/adlint/traits.rb, line 719
def logical_right_shift?
  arithmetic.logical_right_shift
end