Class TypeSearch
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.TypeSearch
-
public class TypeSearch extends java.lang.ObjectSlow and memory consuming multi-variable type search algorithm. Used only if fast type propagation is failed for some variables.Stages description: - find all possible candidate types within bounds - build dynamic constraint list for every variable - run search by checking all candidates
-
-
Constructor Summary
Constructors Constructor Description TypeSearch(MethodNode mth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanrun()
-
-
-
Constructor Detail
-
TypeSearch
public TypeSearch(MethodNode mth)
-
-