Uses of Enum
jadx.core.dex.regions.conditions.IfCondition.Mode
Packages that use IfCondition.Mode
-
Uses of IfCondition.Mode in jadx.core.dex.regions.conditions
Fields in jadx.core.dex.regions.conditions declared as IfCondition.ModeMethods in jadx.core.dex.regions.conditions that return IfCondition.ModeModifier and TypeMethodDescriptionIfCondition.getMode()static IfCondition.ModeReturns the enum constant of this type with the specified name.static IfCondition.Mode[]IfCondition.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.core.dex.regions.conditions with parameters of type IfCondition.ModeModifier and TypeMethodDescriptionstatic IfConditionIfCondition.merge(IfCondition.Mode mode, IfCondition a, IfCondition b) Constructors in jadx.core.dex.regions.conditions with parameters of type IfCondition.Mode