Class DepthFirstWaitlist<StateT extends AbstractState<StateT>>

java.lang.Object
proguard.analysis.cpa.defaults.AbstractWaitlist<StateT>
proguard.analysis.cpa.defaults.DepthFirstWaitlist<StateT>
Type Parameters:
StateT - The states contained in the waitlist.
All Implemented Interfaces:
Waitlist<StateT>

public class DepthFirstWaitlist<StateT extends AbstractState<StateT>> extends AbstractWaitlist<StateT>
This Waitlist pops the last element, i.e., performs a depth first traversal over the Cfa.
  • Constructor Details

    • DepthFirstWaitlist

      public DepthFirstWaitlist()
  • Method Details

    • pop

      public StateT pop()
      Description copied from interface: Waitlist
      Remove the next abstract state and return it.