Interface OpenCallPolicy

  • All Known Implementing Classes:
    ReturnTopPolicy, WorstCasePolicy

    public interface OpenCallPolicy
    Policy that determines what happens to the AnalysisState when an OpenCall is encountered during the fixpoint. The state is directly transformed by this policy.
    • Field Detail

      • RETURNED_VARIABLE_NAME

        static final java.lang.String RETURNED_VARIABLE_NAME
        The name of the variable storing the return value of the call, if any.
        See Also:
        Constant Field Values