Uses of Interface
sootup.core.frontend.BodySource
Package
Description
-
Uses of BodySource in sootup.apk.frontend.dexpler
-
Uses of BodySource in sootup.core.frontend
Modifier and TypeClassDescriptionclass
Allows for replacing specific parts of a method or, resolve methods where all information is already existing. -
Uses of BodySource in sootup.core.model
Modifier and TypeFieldDescriptionprotected final BodySource
SootMethod.bodySource
Tells this method how to find out where its body lives.Modifier and TypeMethodDescriptionSootMethod.getBodySource()
SootMethod.SootMethodBuilder.getSource()
Modifier and TypeMethodDescriptionSootMethod.MethodSourceStep.withSource
(BodySource value) SootMethod.SootMethodBuilder.withSource
(BodySource source) SootMethod.withSource
(BodySource source) ModifierConstructorDescriptionSootMethod
(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
-
Uses of BodySource in sootup.java.core
ModifierConstructorDescriptionJavaAnnotationSootMethod
(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
ModifierConstructorDescriptionWalaSootMethod
(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.