|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Compil3r.BytecodeAnalysis
Interface ControlFlowGraph.BasicBlockIterator

- All Superinterfaces:
- java.util.Iterator, java.util.ListIterator
- All Known Implementing Classes:
- ControlFlowGraph.RPOBasicBlockIterator
- Enclosing interface:
- ControlFlowGraph
- public static interface ControlFlowGraph.BasicBlockIterator
- extends java.util.ListIterator
| Method Summary | |
BasicBlock |
nextBB()
|
BasicBlock |
previousBB()
|
| Methods inherited from interface java.util.ListIterator |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
| Method Detail |
nextBB
public BasicBlock nextBB()
previousBB
public BasicBlock previousBB()
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC