Class ObservableStaticICFG

  • All Implemented Interfaces:
    ObservableICFG<Statement,​Method>

    public class ObservableStaticICFG
    extends Object
    implements ObservableICFG<Statement,​Method>
    An interprocedural control-flow graph, for which caller-callee edges can be observed using CalleeListener and CallerListener. This call graph wraps a precomputed call graph and notifies listeners about all interprocedual edges for the requested relation at once.
    Author:
    Melanie Bruns on 04.05.2018