Uses of Enum
jadx.core.dex.instructions.IfOp
Packages that use IfOp
-
Uses of IfOp in jadx.core.dex.instructions
Fields in jadx.core.dex.instructions declared as IfOpMethods in jadx.core.dex.instructions that return IfOpModifier and TypeMethodDescriptionIfNode.getOp()IfOp.invert()static IfOpReturns the enum constant of this type with the specified name.static IfOp[]IfOp.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.dex.instructions with parameters of type IfOpModifier and TypeMethodDescriptionvoidIfNode.changeCondition(IfOp op, InsnArg arg1, InsnArg arg2) private static ArgTypeIfNode.narrowTypeByOp(IfOp op) Constructors in jadx.core.dex.instructions with parameters of type IfOp -
Uses of IfOp in jadx.core.dex.regions.conditions
Methods in jadx.core.dex.regions.conditions that return IfOp