Interface SemanticEvaluator

    • Method Detail

      • canProcess

        boolean canProcess​(SymbolicExpression expression,
                           ProgramPoint pp,
                           SemanticOracle oracle)
        Yields true if the domain can process expression, false otherwise.
        Parameters:
        expression - the expression
        pp - the program point where this method is queried
        oracle - the oracle for inter-domain communication
        Returns:
        true if the domain can process expression, false otherwise.