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 TypeClassDescriptionclassAllows 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
Methods in sootup.core.model that return BodySourceMethods in sootup.core.model with parameters of type BodySourceModifier and TypeMethodDescription@NonNull SootMethodSootMethod.withSource(@NonNull BodySource source)  - 
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
Fields in sootup.java.core declared as BodySourceModifier and TypeFieldDescriptionprotected final @NonNull BodySourceJavaSootMethod.bodySourceTells this method how to find out where its body lives.Methods in sootup.java.core that return BodySourceMethods in sootup.java.core with parameters of type BodySourceModifier and TypeMethodDescriptionJavaSootMethod.JavaSootMethodBuilder.MethodSourceStep.withSource(@NonNull BodySource value) @NonNull JavaSootMethodJavaSootMethod.withSource(@NonNull BodySource source) Constructors in sootup.java.core with parameters of type BodySourceModifierConstructorDescriptionJavaSootMethod(@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 Position position) Constructs a SootMethod object with the given attributes.