Uses of Class
jadx.core.utils.blocks.BlockSet
Packages that use BlockSet
Package
Description
-
Uses of BlockSet in jadx.core.dex.regions.conditions
Fields in jadx.core.dex.regions.conditions declared as BlockSetMethods in jadx.core.dex.regions.conditions that return BlockSetConstructors in jadx.core.dex.regions.conditions with parameters of type BlockSetModifierConstructorDescriptionprivateIfInfo(MethodNode mth, IfCondition condition, BlockNode thenBlock, BlockNode elseBlock, BlockSet mergedBlocks, Set<BlockNode> skipBlocks, List<InsnNode> forceInlineInsns) -
Uses of BlockSet in jadx.core.dex.visitors.blocks
Methods in jadx.core.dex.visitors.blocks with parameters of type BlockSetModifier and TypeMethodDescriptionprivate static voidBlockExceptionHandler.removeUnusedExcHandlers(MethodNode mth, List<TryCatchBlockAttr> tryBlocks, BlockSet blocks) Remove excHandlers that were not used when connecting. -
Uses of BlockSet in jadx.core.dex.visitors.regions.maker
Fields in jadx.core.dex.visitors.regions.maker declared as BlockSet -
Uses of BlockSet in jadx.core.utils.blocks
Fields in jadx.core.utils.blocks declared as BlockSetMethods in jadx.core.utils.blocks that return BlockSetModifier and TypeMethodDescriptionstatic BlockSetBlockSet.empty(MethodNode mth) static BlockSetBlockSet.from(MethodNode mth, Collection<BlockNode> blocks) Methods in jadx.core.utils.blocks with parameters of type BlockSet