All Downloads are FREE. Search and download functionalities are using the official Maven repository.

boomerang.controlflowgraph.ObservableControlFlowGraph Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package boomerang.controlflowgraph;

import boomerang.scene.Statement;

public interface ObservableControlFlowGraph {

  void addPredsOfListener(PredecessorListener l);

  void addSuccsOfListener(SuccessorListener l);

  void step(Statement curr, Statement succ);

  void unregisterAllListeners();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy