Uses of Class
jadx.core.dex.attributes.nodes.SpecialEdgeAttr
Packages that use SpecialEdgeAttr
Package
Description
-
Uses of SpecialEdgeAttr in jadx.core.dex.attributes
Fields in jadx.core.dex.attributes with type parameters of type SpecialEdgeAttrModifier and TypeFieldDescriptionstatic final AType<AttrList<SpecialEdgeAttr>> AType.SPECIAL_EDGE -
Uses of SpecialEdgeAttr in jadx.core.dex.attributes.nodes
Methods in jadx.core.dex.attributes.nodes that return types with arguments of type SpecialEdgeAttr -
Uses of SpecialEdgeAttr in jadx.core.dex.visitors.blocks
Methods in jadx.core.dex.visitors.blocks with parameters of type SpecialEdgeAttrModifier and TypeMethodDescriptionprivate static booleanFixMultiEntryLoops.fixLoop(MethodNode mth, SpecialEdgeAttr backEdge, List<SpecialEdgeAttr> crossEdges) private static booleanFixMultiEntryLoops.isEndBlockEntry(MethodNode mth, SpecialEdgeAttr backEdge, List<SpecialEdgeAttr> crossEdges) private static booleanFixMultiEntryLoops.isHeaderSuccessorEntry(MethodNode mth, SpecialEdgeAttr backEdge, List<SpecialEdgeAttr> crossEdges) private static booleanFixMultiEntryLoops.isSingleEntryLoop(SpecialEdgeAttr e) Method parameters in jadx.core.dex.visitors.blocks with type arguments of type SpecialEdgeAttrModifier and TypeMethodDescriptionprivate static booleanFixMultiEntryLoops.fixLoop(MethodNode mth, SpecialEdgeAttr backEdge, List<SpecialEdgeAttr> crossEdges) private static booleanFixMultiEntryLoops.isEndBlockEntry(MethodNode mth, SpecialEdgeAttr backEdge, List<SpecialEdgeAttr> crossEdges) private static booleanFixMultiEntryLoops.isHeaderSuccessorEntry(MethodNode mth, SpecialEdgeAttr backEdge, List<SpecialEdgeAttr> crossEdges)