Package sootup.java.core.views
package sootup.java.core.views
-
ClassDescriptionResolves every class of a
JavaViewup front, at construction time, then releases the view's input locations.Resolve all available SootClasses up front / eagerly.The JavaModuleView manages the Java classes of the application being analyzed for >=Java9The Class JavaView manages the Java classes of the application being analyzed.Determines how aJavaViewresolves its classes: on demand (lazily, on first lookup) or eagerly (all at once, at construction time).This view, in contrast to other views, can be modified.Lazily resolves classes on first lookup, the defaultLoadingStrategyforJavaView.