Package harpoon.Util.BasicBlocks

Class Summary
BBConverter BBConverter is a convenient class that offers a function which returns a basic block view of the code of a method.
CachingBBConverter CachingBBConverter provides some caching for the BBConverter.
CachingSCCBBFactory CachingSCCBBFactory adds some caching to SCCBBFactory.
SCCBBFactory SCCBBFactory converts the code of a method into the topollogically sorted component graph of BasicBlocks.