WorklistSolver performs a standard worklist-based iterative analysis relying solely on the lattice's join or meet operation to update states.

Type Parameters

  • State

    The type representing the state in the analysis.

Hierarchy (view full)

Constructors

Properties

cfg: CFG
lattice: Semilattice<State>
transfer: Transfer<State>

Methods