Package sootup.jimple.frontend
Interface ClassVisitorFactory
- All Known Implementing Classes:
EagerClassVisitorFactory,LazyClassVisitorFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription@NonNull ClassVisitorcreate(@NonNull Path path, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view)
-
Method Details
-
create
@NonNull ClassVisitor create(@NonNull Path path, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull View view)
-