Class NeverAbortOperator

java.lang.Object
proguard.analysis.cpa.defaults.NeverAbortOperator
All Implemented Interfaces:
AbortOperator

public final class NeverAbortOperator extends Object implements AbortOperator
This AbortOperator never terminates the analysis prematurely.
  • Field Details

  • Method Details

    • abort

      public boolean abort(AbstractState<?> abstractState)
      Description copied from interface: AbortOperator
      The operator receives a newly discovered abstract state and returns whether the analysis should terminate.
      Specified by:
      abort in interface AbortOperator