Package sootup.core.graph
Class StmtGraph.BlockGraphIteratorAndTrapAggregator
- All Implemented Interfaces:
Iterator<BasicBlock<?>>
- Enclosing class:
- StmtGraph<V extends BasicBlock<V>>
Iterates over the Blocks and collects/aggregates Trap information
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTraps()
for jimple serialization - this info contains only valid/useful information if all stmts are iterated i.e.BasicBlock<?>
next()
Methods inherited from class sootup.core.graph.StmtGraph.BlockGraphIterator
hasNext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
BlockGraphIteratorAndTrapAggregator
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<BasicBlock<?>>
- Overrides:
next
in classStmtGraph<V extends BasicBlock<V>>.BlockGraphIterator
-
getTraps
for jimple serialization - this info contains only valid/useful information if all stmts are iterated i.e. hasNext() == false!- Returns:
- List of Traps
-