|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Loops
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 |
|---|
Set loopEntrances()
Set of HCodeElements.
Set loopExits()
Set of HCodeElements.
Set loopEntranceEdges()
Set of HCodeEdges.
Set loopExitEdges()
Set of HCodeEdges.
Set loopBackEdges()
Set of HCodeEdges.
Set loopIncElements()
Set of HCodeElements.
Set loopExcElements()
Set of HCodeElements.
Set nestedLoops()
Set containing Loops that are
nested.
Loops parentLoop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||