Package sootup.core.model
Interface SootField.ModifierStep
- All Known Implementing Classes:
JavaSootField.JavaSootFieldBuilder
,SootField.SootFieldBuilder
- Enclosing class:
- SootField
public static interface SootField.ModifierStep
-
Method Summary
Modifier and TypeMethodDescriptionwithModifier
(Iterable<FieldModifier> modifier) default SootField.BuildStep
withModifiers
(FieldModifier first, FieldModifier... rest)
-
Method Details
-
withModifier
-
withModifiers
@Nonnull default SootField.BuildStep withModifiers(@Nonnull FieldModifier first, @Nonnull FieldModifier... rest)
-