Class TypeUpdateRegistry
- java.lang.Object
-
- jadx.core.dex.visitors.typeinference.TypeUpdateRegistry
-
public class TypeUpdateRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeUpdateRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(InsnType insnType, ITypeListener listener)@NotNull java.util.List<ITypeListener>getListenersForInsn(InsnType insnType)
-
-
-
Method Detail
-
add
public void add(InsnType insnType, ITypeListener listener)
-
getListenersForInsn
@NotNull public @NotNull java.util.List<ITypeListener> getListenersForInsn(InsnType insnType)
-
-