Class TypeSearch

java.lang.Object
jadx.core.dex.visitors.typeinference.TypeSearch

public class TypeSearch extends Object
Slow 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