Package sootup.core.model
Interface SootMethod.ThrownExceptionsStep
- All Known Implementing Classes:
JavaSootMethod.JavaSootMethodBuilder
,SootMethod.SootMethodBuilder
- Enclosing class:
- SootMethod
public static interface SootMethod.ThrownExceptionsStep
-
Method Summary
Modifier and TypeMethodDescription@NonNull SootMethod
build()
@NonNull SootMethod.BuildStep
withThrownExceptions
(@NonNull Iterable<ClassType> value)
-
Method Details
-
withThrownExceptions
-
build
@NonNull SootMethod build()
-