Package jadx.core.dex.visitors.finaly
package jadx.core.dex.visitors.finaly
-
ClassesClassDescriptionA centrality state is an object which helps track how instructions can be skipped.This visitor is responsible for extracting finally blocks from duplicated instructions located within the ends of each branch leading to the terminating point of all code paths.A map containing all edges within a try catch block as the key and all blocks that the respective edge can traverse to within the "scope" of that edge (relative to the entire try / catch).