Uses of Interface
jadx.core.dex.visitors.typeinference.ITypeConstraint
Packages that use ITypeConstraint
-
Uses of ITypeConstraint in jadx.core.dex.visitors.typeinference
Classes in jadx.core.dex.visitors.typeinference that implement ITypeConstraintFields in jadx.core.dex.visitors.typeinference with type parameters of type ITypeConstraintMethods in jadx.core.dex.visitors.typeinference that return ITypeConstraintModifier and TypeMethodDescriptionprivate @Nullable ITypeConstraintTypeSearch.makeConstraint(RegisterArg arg) private @Nullable ITypeConstraintTypeSearch.makeMoveConstraint(InsnNode insn, RegisterArg arg) private ITypeConstraintTypeSearch.makePhiConstraint(InsnNode insn, RegisterArg arg) Methods in jadx.core.dex.visitors.typeinference that return types with arguments of type ITypeConstraintMethods in jadx.core.dex.visitors.typeinference with parameters of type ITypeConstraintModifier and TypeMethodDescriptionprivate voidTypeSearch.addConstraint(TypeSearchVarInfo varInfo, ITypeConstraint constraint) Method parameters in jadx.core.dex.visitors.typeinference with type arguments of type ITypeConstraintModifier and TypeMethodDescriptionvoidTypeSearchVarInfo.setConstraints(List<ITypeConstraint> constraints)