Uses of Class
jadx.core.dex.instructions.IfNode
Packages that use IfNode
Package
Description
-
Uses of IfNode in jadx.core.codegen
Methods in jadx.core.codegen with parameters of type IfNode -
Uses of IfNode in jadx.core.dex.regions.conditions
Fields in jadx.core.dex.regions.conditions declared as IfNodeMethods in jadx.core.dex.regions.conditions that return IfNodeMethods in jadx.core.dex.regions.conditions with parameters of type IfNodeConstructors in jadx.core.dex.regions.conditions with parameters of type IfNode -
Uses of IfNode in jadx.core.dex.visitors
Methods in jadx.core.dex.visitors with parameters of type IfNodeModifier and TypeMethodDescriptionprivate static voidSimplifyVisitor.simplifyIf(MethodNode mth, IfNode insn) Simplify 'cmp' instruction in if condition -
Uses of IfNode in jadx.core.dex.visitors.regions.maker
Methods in jadx.core.dex.visitors.regions.maker with parameters of type IfNode