Package jadx.gui.search.providers
Class MethodSearchProvider
- java.lang.Object
-
- jadx.gui.search.providers.BaseSearchProvider
-
- jadx.gui.search.providers.MethodSearchProvider
-
- All Implemented Interfaces:
ITaskProgress,ISearchProvider
public final class MethodSearchProvider extends BaseSearchProvider
-
-
Field Summary
-
Fields inherited from class jadx.gui.search.providers.BaseSearchProvider
classes, searchMth, searchSettings, searchStr
-
-
Constructor Summary
Constructors Constructor Description MethodSearchProvider(MainWindow mw, SearchSettings searchSettings, java.util.List<jadx.api.JavaClass> classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable JNodenext(Cancelable cancelable)Return next result or null if search completeintprogress()
-
-
-
Constructor Detail
-
MethodSearchProvider
public MethodSearchProvider(MainWindow mw, SearchSettings searchSettings, java.util.List<jadx.api.JavaClass> classes)
-
-
Method Detail
-
next
@Nullable public @Nullable JNode next(Cancelable cancelable)
Description copied from interface:ISearchProviderReturn next result or null if search complete
-
progress
public int progress()
-
-