Uses of Interface
sootup.core.model.SootMethod.BuildStep
-
Uses of SootMethod.BuildStep in sootup.core.model
Modifier and TypeClassDescriptionstatic class
Defines aSootMethod
builder that provides a fluent API.Modifier and TypeMethodDescriptionSootMethod.BuildStep.withPosition
(Position position) SootMethod.SootMethodBuilder.withPosition
(Position position) SootMethod.SootMethodBuilder.withThrownExceptions
(Iterable<ClassType> thrownExceptions) SootMethod.ThrownExceptionsStep.withThrownExceptions
(Iterable<ClassType> value) -
Uses of SootMethod.BuildStep in sootup.java.core
Modifier and TypeClassDescriptionstatic class
Defines aJavaSootField.JavaSootFieldBuilder
to provide a fluent API.Modifier and TypeMethodDescriptionJavaSootMethod.AnnotationOrSignatureStep.withAnnotation
(Iterable<AnnotationUsage> annotations) JavaSootMethod.JavaSootMethodBuilder.withAnnotation
(Iterable<AnnotationUsage> annotations)