Class TraverserActivePathState.BlockCompletionMonitor
java.lang.Object
jadx.core.dex.visitors.finaly.traverser.state.TraverserActivePathState.BlockCompletionMonitor
- Enclosing class:
TraverserActivePathState
Tracks the comparison state of a given block.
i.e. how many of the instructions have been compared in the Traversal.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanprivate voidprivate voidregisterWithBlockInfo(TraverserBlockInfo info, int numberMatched)
-
Field Details
-
block
-
matchedIndices
-
-
Constructor Details
-
BlockCompletionMonitor
-
-
Method Details
-
registerWithBlockInfo
-
duplicate
-
mergeWith
-
isEntireBlock
private boolean isEntireBlock()
-