Uses of Enum
jadx.api.deobf.IDeobfCondition.Action
Packages that use IDeobfCondition.Action
-
Uses of IDeobfCondition.Action in jadx.api.deobf
Methods in jadx.api.deobf that return IDeobfCondition.ActionModifier and TypeMethodDescriptionIDeobfCondition.check(MethodNode mth) IDeobfCondition.check(PackageNode pkg) static IDeobfCondition.ActionReturns the enum constant of this type with the specified name.static IDeobfCondition.Action[]IDeobfCondition.Action.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IDeobfCondition.Action in jadx.api.deobf.impl
Method parameters in jadx.api.deobf.impl with type arguments of type IDeobfCondition.ActionModifier and TypeMethodDescriptionprivate booleanCombineDeobfConditions.combineFunc(Function<IDeobfCondition, IDeobfCondition.Action> check) -
Uses of IDeobfCondition.Action in jadx.core.deobf.conditions
Methods in jadx.core.deobf.conditions that return IDeobfCondition.ActionModifier and TypeMethodDescriptionAbstractDeobfCondition.check(MethodNode mth) AbstractDeobfCondition.check(PackageNode pkg) BaseDeobfCondition.check(MethodNode mth) BaseDeobfCondition.check(PackageNode pkg) DeobfLengthCondition.check(MethodNode mth) DeobfLengthCondition.check(PackageNode pkg) DeobfWhitelist.check(PackageNode pkg) ExcludePackageWithTLDNames.check(PackageNode pkg) private IDeobfCondition.Action