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 BodySource
SootMethod.bodySource
Tells this method how to find out where its body lives.Methods in sootup.core.model that return BodySourceModifier and TypeMethodDescriptionSootMethod.getBodySource()
SootMethod.SootMethodBuilder.getSource()
Methods in sootup.core.model with parameters of type BodySourceModifier and TypeMethodDescriptionSootMethod.MethodSourceStep.withSource
(BodySource value) SootMethod.SootMethodBuilder.withSource
(BodySource source) SootMethod.withSource
(BodySource source) Constructors in sootup.core.model with parameters of type BodySourceModifierConstructorDescriptionSootMethod
(BodySource source, MethodSignature methodSignature, Iterable<MethodModifier> modifiers, Iterable<ClassType> thrownExceptions, 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 BodySourceConstructors in sootup.java.core with parameters of type BodySourceModifierConstructorDescriptionJavaAnnotationSootMethod
(BodySource source, MethodSignature methodSignature, Iterable<MethodModifier> modifiers, Iterable<ClassType> thrownExceptions, Iterable<AnnotationUsage> annotations, Position position) JavaSootMethod
(BodySource source, MethodSignature methodSignature, Iterable<MethodModifier> modifiers, Iterable<ClassType> thrownExceptions, Iterable<AnnotationUsage> annotations, Position position) -
Uses of BodySource in sootup.java.frontend.conversion
Methods in sootup.java.frontend.conversion with parameters of type BodySourceConstructors in sootup.java.frontend.conversion with parameters of type BodySourceModifierConstructorDescriptionWalaSootMethod
(BodySource source, MethodSignature methodSignature, Iterable<MethodModifier> modifiers, Iterable<ClassType> thrownExceptions, com.ibm.wala.cast.loader.AstMethod.DebuggingInformation debugInfo) Constructs a SootMethod object with the given attributes.