Package jadx.core.deobf.conditions
Class ExcludeAndroidRClass
- java.lang.Object
-
- jadx.core.deobf.conditions.AbstractDeobfCondition
-
- jadx.core.deobf.conditions.ExcludeAndroidRClass
-
- All Implemented Interfaces:
IDeobfCondition
public class ExcludeAndroidRClass extends AbstractDeobfCondition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadx.api.deobf.IDeobfCondition
IDeobfCondition.Action
-
-
Constructor Summary
Constructors Constructor Description ExcludeAndroidRClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDeobfCondition.Actioncheck(ClassNode cls)-
Methods inherited from class jadx.core.deobf.conditions.AbstractDeobfCondition
check, check, check, init
-
-
-
-
Method Detail
-
check
public IDeobfCondition.Action check(ClassNode cls)
- Specified by:
checkin interfaceIDeobfCondition- Overrides:
checkin classAbstractDeobfCondition
-
-