Uses of Class
jadx.core.dex.nodes.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in jadx.core.dex.attributes.nodes
Methods in jadx.core.dex.attributes.nodes that return types with arguments of type EdgeMethods in jadx.core.dex.attributes.nodes with parameters of type Edge -
Uses of Edge in jadx.core.dex.visitors.regions.maker
Methods in jadx.core.dex.visitors.regions.maker with parameters of type EdgeModifier and TypeMethodDescriptionprivate booleanLoopRegionMaker.insertLoopBreak(RegionStack stack, LoopInfo loop, BlockNode loopExit, BlockNode blockOnLoop, Edge exitEdge) Method parameters in jadx.core.dex.visitors.regions.maker with type arguments of type EdgeModifier and TypeMethodDescriptionprivate booleanLoopRegionMaker.isNestedIfCross(BlockNode crossing, Queue<Edge> edgesToCheck) -
Uses of Edge in jadx.core.utils
Methods in jadx.core.utils with parameters of type EdgeModifier and TypeMethodDescriptionstatic BitSetBlockUtils.getDomFrontierThroughEdge(Edge edge) Return the dominace frontier of an edge - the blocks for which any path to the block must pass through this edge