Package jadx.core.deobf.conditions
Class DeobfLengthCondition
java.lang.Object
jadx.core.deobf.conditions.DeobfLengthCondition
- All Implemented Interfaces:
IDeobfCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface jadx.api.deobf.IDeobfCondition
IDeobfCondition.Action -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck(MethodNode mth) check(PackageNode pkg) private IDeobfCondition.Actionvoid
-
Field Details
-
minLength
private int minLength -
maxLength
private int maxLength
-
-
Constructor Details
-
DeobfLengthCondition
public DeobfLengthCondition()
-
-
Method Details
-
init
- Specified by:
initin interfaceIDeobfCondition
-
checkName
-
check
- Specified by:
checkin interfaceIDeobfCondition
-
check
- Specified by:
checkin interfaceIDeobfCondition
-
check
- Specified by:
checkin interfaceIDeobfCondition
-
check
- Specified by:
checkin interfaceIDeobfCondition
-