Uses of Class
sootup.core.frontend.OverridingBodySource
Packages that use OverridingBodySource
Package
Description
-
Uses of OverridingBodySource in sootup.core.frontend
Methods in sootup.core.frontend that return OverridingBodySource -
Uses of OverridingBodySource in sootup.core.model
Method parameters in sootup.core.model with type arguments of type OverridingBodySourceModifier and TypeMethodDescriptionSootMethod.withOverridingMethodSource
(Function<OverridingBodySource, OverridingBodySource> overrider) Creates a new SootMethod based on a newOverridingBodySource
.SootMethod.withOverridingMethodSource
(Function<OverridingBodySource, OverridingBodySource> overrider) Creates a new SootMethod based on a newOverridingBodySource
. -
Uses of OverridingBodySource in sootup.java.core
Method parameters in sootup.java.core with type arguments of type OverridingBodySourceModifier and TypeMethodDescriptionJavaSootMethod.withOverridingMethodSource
(Function<OverridingBodySource, OverridingBodySource> overrider) JavaSootMethod.withOverridingMethodSource
(Function<OverridingBodySource, OverridingBodySource> overrider) -
Uses of OverridingBodySource in sootup.java.frontend.conversion
Method parameters in sootup.java.frontend.conversion with type arguments of type OverridingBodySourceModifier and TypeMethodDescriptionWalaSootMethod.withOverridingMethodSource
(Function<OverridingBodySource, OverridingBodySource> overrider) WalaSootMethod.withOverridingMethodSource
(Function<OverridingBodySource, OverridingBodySource> overrider)