Calculates and returns all clusters encountered in the dataflow graph.

interface StaticSliceQuery {
    criteria: SlicingCriteria;
    noMagicComments?: boolean;
    noReconstruction?: boolean;
    type: "static-slice";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of StaticSliceQuery

Properties

criteria: SlicingCriteria

The slicing criteria to use

noMagicComments?: boolean

Should the magic comments (force-including lines within the slice) be ignored?

noReconstruction?: boolean

do not reconstruct the slice into readable code

type: "static-slice"

used to select the query type :)