Uses of Class
jadx.core.utils.Pair
Packages that use Pair
-
Uses of Pair in jadx.core.dex.trycatch
Fields in jadx.core.dex.trycatch with type parameters of type PairMethods in jadx.core.dex.trycatch that return PairMethods in jadx.core.dex.trycatch that return types with arguments of type Pair -
Uses of Pair in jadx.core.dex.visitors.finaly.traverser.state
Fields in jadx.core.dex.visitors.finaly.traverser.state with type parameters of type PairModifier and TypeFieldDescriptionTraverserActivePathState.matchedInsnsprivate final Map<Pair<BlockNode>, List<TraverserActivePathState>> TraverserGlobalCommonState.searchedStatesMethods in jadx.core.dex.visitors.finaly.traverser.state that return types with arguments of type PairConstructor parameters in jadx.core.dex.visitors.finaly.traverser.state with type arguments of type PairModifierConstructorDescriptionprivateTraverserActivePathState(Set<Pair<InsnNode>> matchedInsns, TraverserActivePathState.BlockCompletionMonitorMap finallyCompletionMonitor, TraverserActivePathState.BlockCompletionMonitorMap candidateCompletionMonitor, TraverserGlobalCommonState commonGlobalState, GlobalTraverserSourceState finallyGlobalState, GlobalTraverserSourceState candidateGlobalState) Creates a new instance of a traversal active path.