Uses of Class
jadx.core.dex.visitors.finaly.traverser.GlobalTraverserSourceState
Packages that use GlobalTraverserSourceState
-
Uses of GlobalTraverserSourceState in jadx.core.dex.visitors.finaly.traverser.state
Fields in jadx.core.dex.visitors.finaly.traverser.state declared as GlobalTraverserSourceStateModifier and TypeFieldDescriptionprivate final GlobalTraverserSourceStateTraverserActivePathState.candidateGlobalStateprivate final GlobalTraverserSourceStateTraverserActivePathState.finallyGlobalStateMethods in jadx.core.dex.visitors.finaly.traverser.state that return GlobalTraverserSourceStateModifier and TypeMethodDescriptionTraverserActivePathState.getCandidateGlobalState()TraverserActivePathState.getFinallyGlobalState()TraverserState.getGlobalState()TraverserActivePathState.getGlobalStateFor(TraverserState state) Constructors in jadx.core.dex.visitors.finaly.traverser.state with parameters of type GlobalTraverserSourceStateModifierConstructorDescriptionprivateTraverserActivePathState(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.