|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.cfg.CCFGCollection
public class CCFGCollection
CCFGCollection
is the standard implementation of
ICFGCollection
used by CFGBuilder
.
Constructor Summary | |
---|---|
CCFGCollection()
|
Method Summary | |
---|---|
void |
addCFG(ICFG cfg)
Adds a control flow graph to this collection. |
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. |
Iterator<ICFG> |
iterator()
Returns an iterator for the contained control flow graphs |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CCFGCollection()
Method Detail |
---|
public void addCFG(ICFG cfg)
cfg
- the control flow graph added to this collectionpublic Collection<ICFG> getCFGs()
getCFGs
in interface ICFGCollection
public Iterator<ICFG> iterator()
iterator
in interface Iterable<ICFG>
public ICFG getCFG(String name)
getCFG
in interface ICFGCollection
name
- the name of the control flow graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |