|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICFGCollection
ICFGCollection
defines the interface for a collection of control
flow graphs.
Method Summary | |
---|---|
ICFG |
getCFG(String name)
Returns the control flow graph in this collection with the given name. |
Collection<ICFG> |
getCFGs()
Returns the collection of control flow graphs in this collection. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
Collection<ICFG> getCFGs()
ICFG getCFG(String name)
name
- the name of the control flow graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |