Class StmtGraph.BlockGraphIteratorAndTrapAggregator

java.lang.Object
StmtGraph<V>.BlockGraphIterator
sootup.core.graph.StmtGraph.BlockGraphIteratorAndTrapAggregator
All Implemented Interfaces:
Iterator<BasicBlock<?>>
Enclosing class:
StmtGraph<V extends BasicBlock<V>>

public class StmtGraph.BlockGraphIteratorAndTrapAggregator extends StmtGraph<V>.BlockGraphIterator
Iterates over the Blocks and collects/aggregates Trap information
  • Constructor Details

    • BlockGraphIteratorAndTrapAggregator

      public BlockGraphIteratorAndTrapAggregator(V dummyBlock)
  • Method Details