Uses of Interface
sootup.java.core.views.LoadingStrategy
Packages that use LoadingStrategy
-
Uses of LoadingStrategy in sootup.java.core.views
Classes in sootup.java.core.views that implement LoadingStrategyModifier and TypeClassDescriptionclassResolves every class of aJavaViewup front, at construction time, then releases the view's input locations.classLazily resolves classes on first lookup, the defaultLoadingStrategyforJavaView.Fields in sootup.java.core.views declared as LoadingStrategyModifier and TypeFieldDescriptionprotected final @NonNull LoadingStrategyJavaView.loadingStrategyMethods in sootup.java.core.views that return LoadingStrategyModifier and TypeMethodDescriptionstatic @NonNull LoadingStrategyLoadingStrategy.eager()static @NonNull LoadingStrategyLoadingStrategy.onDemand()Constructors in sootup.java.core.views with parameters of type LoadingStrategyModifierConstructorDescriptionJavaView(@NonNull List<AnalysisInputLocation> inputLocations, @NonNull ClassCacheProvider cacheProvider, @NonNull LoadingStrategy loadingStrategy) protectedJavaView(@NonNull List<AnalysisInputLocation> inputLocations, @NonNull ClassCacheProvider cacheProvider, @NonNull LoadingStrategy loadingStrategy, @NonNull JavaIdentifierFactory idf)