Class FirstRuntimeThenStaticStaticResolution

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean matches​(int pos, Parameter formal, Expression actual)
      Yields true if and only if the signature of the pos-th parameter of a cfg is matched by the given actual parameter, according to this strategy.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • matches

        protected boolean matches​(int pos,
                                  Parameter formal,
                                  Expression actual)
        Description copied from class: FixedOrderResolution
        Yields true if and only if the signature of the pos-th parameter of a cfg is matched by the given actual parameter, according to this strategy.
        Specified by:
        matches in class FixedOrderResolution
        Parameters:
        pos - the position of the parameter being evaluated
        formal - the parameter definition of the cfg
        actual - the expression that is used as parameter
        Returns:
        true if and only if that condition holds