Uses of Class
jadx.core.dex.visitors.finaly.traverser.state.TraverserBlockInfo
Packages that use TraverserBlockInfo
-
Uses of TraverserBlockInfo in jadx.core.dex.visitors.finaly.traverser.state
Fields in jadx.core.dex.visitors.finaly.traverser.state declared as TraverserBlockInfoModifier and TypeFieldDescriptionprivate final @Nullable TraverserBlockInfoAwaitingInsnCompareTraverserState.blockInsnInfoprivate final @Nullable TraverserBlockInfoNewBlockTraverserState.blockInsnInfoprivate final TraverserBlockInfoNewBlockTraverserState.NewBlockStateFactory.blockInsnInfoMethods in jadx.core.dex.visitors.finaly.traverser.state that return TraverserBlockInfoModifier and TypeMethodDescriptionTraverserBlockInfo.duplicate()final @Nullable TraverserBlockInfoTraverserState.getBlockInsnInfo()protected @Nullable TraverserBlockInfoAwaitingInsnCompareTraverserState.getUnderlyingBlockInsnInfo()protected @Nullable TraverserBlockInfoIdentifiedScopeWithTerminatorTraverserState.getUnderlyingBlockInsnInfo()protected @Nullable TraverserBlockInfoNewBlockTraverserState.getUnderlyingBlockInsnInfo()protected @Nullable TraverserBlockInfoNoBlockTraverserState.getUnderlyingBlockInsnInfo()protected @Nullable TraverserBlockInfoRecoveredFromCacheTraverserState.getUnderlyingBlockInsnInfo()protected @Nullable TraverserBlockInfoTerminalTraverserState.getUnderlyingBlockInsnInfo()protected abstract @Nullable TraverserBlockInfoTraverserState.getUnderlyingBlockInsnInfo()protected @Nullable TraverserBlockInfoUnknownAdvanceStrategyTraverserState.getUnderlyingBlockInsnInfo()Methods in jadx.core.dex.visitors.finaly.traverser.state with parameters of type TraverserBlockInfoModifier and TypeMethodDescriptionNewBlockTraverserState.getFactory(CentralityState centralityState, TraverserBlockInfo blockInsnInfo) private voidTraverserActivePathState.BlockCompletionMonitor.registerWithBlockInfo(TraverserBlockInfo info, int numberMatched) private voidTraverserActivePathState.BlockCompletionMonitorMap.registerWithBlockInfo(TraverserBlockInfo info, int numberMatched) final voidTraverserActivePathState.registerWithBlockInfo(TraverserBlockInfo info, int numberMatched) Constructors in jadx.core.dex.visitors.finaly.traverser.state with parameters of type TraverserBlockInfoModifierConstructorDescriptionAwaitingInsnCompareTraverserState(TraverserActivePathState state, CentralityState centralityState, TraverserBlockInfo blockInsnInfo) NewBlockStateFactory(CentralityState centralityState, TraverserBlockInfo blockInsnInfo) NewBlockTraverserState(TraverserActivePathState state, CentralityState centralityState, TraverserBlockInfo blockInsnInfo)