Package jadx.gui.search.providers
Class CommentSearchProvider
- java.lang.Object
-
- jadx.gui.search.providers.CommentSearchProvider
-
- All Implemented Interfaces:
ITaskProgress,ISearchProvider
public class CommentSearchProvider extends java.lang.Object implements ISearchProvider
-
-
Constructor Summary
Constructors Constructor Description CommentSearchProvider(MainWindow mw, SearchSettings searchSettings, java.util.List<jadx.api.JavaClass> searchClasses)
-
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()inttotal()
-
-
-
Constructor Detail
-
CommentSearchProvider
public CommentSearchProvider(MainWindow mw, SearchSettings searchSettings, java.util.List<jadx.api.JavaClass> searchClasses)
-
-
Method Detail
-
next
@Nullable public @Nullable JNode next(Cancelable cancelable)
Description copied from interface:ISearchProviderReturn next result or null if search complete- Specified by:
nextin interfaceISearchProvider
-
progress
public int progress()
- Specified by:
progressin interfaceITaskProgress
-
total
public int total()
- Specified by:
totalin interfaceITaskProgress
-
-