Uses of Interface
org.jf.dexlib2.analysis.ClassProvider
Packages that use ClassProvider
-
Uses of ClassProvider in org.jf.dexlib2.analysis
Classes in org.jf.dexlib2.analysis that implement ClassProviderFields in org.jf.dexlib2.analysis with type parameters of type ClassProviderModifier and TypeFieldDescriptionprivate List<ClassProvider> ClassPath.classProviders(package private) final List<ClassProvider> PathEntryLoader.classProvidersMethods in org.jf.dexlib2.analysis that return ClassProviderMethods in org.jf.dexlib2.analysis that return types with arguments of type ClassProviderModifier and TypeMethodDescriptionPathEntryLoader.getClassProviders()ClassPathResolver.getResolvedClassProviders()PathEntryLoader.getResolvedClassProviders()Constructors in org.jf.dexlib2.analysis with parameters of type ClassProviderModifierConstructorDescriptionClassPath(ClassProvider... classProviders) Creates a new ClassPath instance that can load classes from the given providersConstructor parameters in org.jf.dexlib2.analysis with type arguments of type ClassProviderModifierConstructorDescriptionClassPath(Iterable<? extends ClassProvider> classProviders, boolean checkPackagePrivateAccess, int oatVersion) Creates a new ClassPath instance that can load classes from the given providersClassPath(Iterable<ClassProvider> classProviders) Creates a new ClassPath instance that can load classes from the given providers