Package sootup.jimple.frontend
Class LazyClassVisitorFactory
java.lang.Object
sootup.jimple.frontend.LazyClassVisitorFactory
- All Implemented Interfaces:
ClassVisitorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(@NonNull Path path, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view)
-
Constructor Details
-
LazyClassVisitorFactory
public LazyClassVisitorFactory()
-
-
Method Details
-
create
public ClassVisitor create(@NonNull Path path, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view) - Specified by:
createin interfaceClassVisitorFactory
-