Uses of Interface
jadx.core.dex.visitors.typeinference.ITypeListener
Packages that use ITypeListener
-
Uses of ITypeListener in jadx.core.dex.visitors.typeinference
Fields in jadx.core.dex.visitors.typeinference with type parameters of type ITypeListenerModifier and TypeFieldDescriptionprivate final Map<InsnType, ITypeListener> TypeUpdate.listenerRegistryprivate final Map<InsnType, List<ITypeListener>> TypeUpdateRegistry.listenersMapMethods in jadx.core.dex.visitors.typeinference that return types with arguments of type ITypeListenerModifier and TypeMethodDescription@NotNull List<ITypeListener> TypeUpdateRegistry.getListenersForInsn(InsnType insnType) private Map<InsnType, ITypeListener> TypeUpdate.initListenerRegistry()Methods in jadx.core.dex.visitors.typeinference with parameters of type ITypeListenerModifier and TypeMethodDescriptionvoidTypeUpdateRegistry.add(InsnType insnType, ITypeListener listener)