Uses of Interface
sootup.core.frontend.BodySource
Packages that use BodySource
Package
Description
-
Uses of BodySource in sootup.apk.frontend.dexpler
Classes in sootup.apk.frontend.dexpler that implement BodySource -
Uses of BodySource in sootup.core.frontend
Classes in sootup.core.frontend that implement BodySourceModifier and TypeClassDescriptionclass
Allows for replacing specific parts of a method or, resolve methods where all information is already existing.Constructors in sootup.core.frontend with parameters of type BodySource -
Uses of BodySource in sootup.core.model
Fields in sootup.core.model declared as BodySourceModifier and TypeFieldDescriptionprotected final @NonNull BodySource
SootMethod.bodySource
Tells this method how to find out where its body lives.Methods in sootup.core.model that return BodySourceModifier and TypeMethodDescription@NonNull BodySource
SootMethod.getBodySource()
@Nullable BodySource
SootMethod.SootMethodBuilder.getSource()
Methods in sootup.core.model with parameters of type BodySourceModifier and TypeMethodDescription@NonNull SootMethod.SignatureStep
SootMethod.MethodSourceStep.withSource
(@NonNull BodySource value) @NonNull SootMethod.SignatureStep
SootMethod.SootMethodBuilder.withSource
(@NonNull BodySource source) @NonNull SootMethod
SootMethod.withSource
(BodySource source) Constructors in sootup.core.model with parameters of type BodySourceModifierConstructorDescriptionSootMethod
(@NonNull BodySource source, @NonNull MethodSignature methodSignature, @NonNull Iterable<MethodModifier> modifiers, @NonNull Iterable<ClassType> thrownExceptions, @NonNull Position position) Constructs a SootMethod object with the given attributes. -
Uses of BodySource in sootup.java.bytecode.frontend.conversion
Classes in sootup.java.bytecode.frontend.conversion that implement BodySource -
Uses of BodySource in sootup.java.core
Methods in sootup.java.core with parameters of type BodySourceModifier and TypeMethodDescription@NonNull JavaSootMethod
JavaSootMethod.withSource
(@NonNull BodySource source) Constructors in sootup.java.core with parameters of type BodySourceModifierConstructorDescriptionJavaAnnotationSootMethod
(@NonNull BodySource source, @NonNull MethodSignature methodSignature, @NonNull Iterable<MethodModifier> modifiers, @NonNull Iterable<ClassType> thrownExceptions, @NonNull Iterable<AnnotationUsage> annotations, @NonNull Position position) JavaSootMethod
(@NonNull BodySource source, @NonNull MethodSignature methodSignature, @NonNull Iterable<MethodModifier> modifiers, @NonNull Iterable<ClassType> thrownExceptions, @NonNull Iterable<AnnotationUsage> annotations, @NonNull Position position)