Class MethodSearchProvider

    • 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: ISearchProvider
        Return next result or null if search complete
      • progress

        public int progress()