Class TraverserActivePathState

java.lang.Object
jadx.core.dex.visitors.finaly.traverser.state.TraverserActivePathState

public class TraverserActivePathState extends Object
A state used by the traverser controller. For two given branches, the "finally" branch and the "candidate" branch whilst determining similar instructions and blocks, the active path state contains information regarding the current matched instructions and blocks, as well as the current state of both the finally and candidate path being explored.