Package sootup.core.model
Interface SootMethod.ModifierStep
- All Known Implementing Classes:
JavaSootMethod.JavaSootMethodBuilder
,SootMethod.SootMethodBuilder
- Enclosing class:
- SootMethod
public static interface SootMethod.ModifierStep
-
Method Summary
Modifier and TypeMethodDescriptionwithModifier
(Iterable<MethodModifier> modifier) default SootMethod.ThrownExceptionsStep
withModifiers
(MethodModifier first, MethodModifier... rest)
-
Method Details
-
withModifier
-
withModifiers
@Nonnull default SootMethod.ThrownExceptionsStep withModifiers(@Nonnull MethodModifier first, @Nonnull MethodModifier... rest)
-