Uses of Class
boomerang.controlflowgraph.SuccessorListener
-
Packages that use SuccessorListener Package Description boomerang.controlflowgraph -
-
Uses of SuccessorListener in boomerang.controlflowgraph
Subclasses of SuccessorListener in boomerang.controlflowgraph Modifier and Type Class Description classForwardSolverSuccessorListenerTo replace the anonymous impl in ForwardSolver, so that we can access the Edge fiel of the outer methodMethods in boomerang.controlflowgraph with parameters of type SuccessorListener Modifier and Type Method Description voidDynamicCFG. addSuccsOfListener(SuccessorListener l)voidObservableControlFlowGraph. addSuccsOfListener(SuccessorListener l)voidStaticCFG. addSuccsOfListener(SuccessorListener l)
-