Class AbsFunctionResolver


  • public class AbsFunctionResolver
    extends Resolver
    This Resolver is responsible to calculate the IType based on the type of the ABS expression. The valid type is a Number type.

    The ABS function takes a numeric argument and returns a number (integer, float, or double) of the same type as the argument to the function.

    Since:
    2.3
    Version:
    2.5
    Author:
    Pascal Filion
    • Constructor Detail

      • AbsFunctionResolver

        public AbsFunctionResolver​(Resolver parent)
        Creates a new AbsFunctionResolver.
        Parameters:
        parent - The parent Resolver, which is never null