|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Loops
contains the interface to be implemented by objects
generating nested loops trees.
Method Summary | |
Set |
loopBackEdges()
Returns backedges in the Loop. |
Set |
loopEntranceEdges()
Returns entrances to the Loop. |
Set |
loopEntrances()
Returns entrances to the Loop. |
Set |
loopExcElements()
Returns elements of this loop not in any nested loop. |
Set |
loopExitEdges()
Returns nodes that have edges exiting the loop. |
Set |
loopExits()
Returns nodes that have edges exiting the loop. |
Set |
loopIncElements()
Returns elements of this loops and all nested loop. |
Set |
nestedLoops()
Returns a Set containing Loops that are
nested. |
Loops |
parentLoop()
Returns the loop immediately nesting this loop. |
Method Detail |
public Set loopEntrances()
Set
of HCodeElement
s.
public Set loopExits()
Set
of HCodeElement
s.
public Set loopEntranceEdges()
Set
of HCodeEdge
s.
public Set loopExitEdges()
Set
of HCodeEdge
s.
public Set loopBackEdges()
Set
of HCodeEdge
s.
public Set loopIncElements()
Set
of HCodeElement
s.
public Set loopExcElements()
Set
of HCodeElement
s.
public Set nestedLoops()
Set
containing Loops
that are
nested.
public Loops parentLoop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |