Uses of Class
sootup.core.frontend.OverridingClassSource
-
Uses of OverridingClassSource in sootup.core.frontend
Modifier and TypeMethodDescriptionOverridingClassSource.withFields
(Collection<SootField> overriddenSootFields) OverridingClassSource.withInterfaces
(Set<ClassType> overriddenInterfaces) OverridingClassSource.withMethods
(Collection<SootMethod> overriddenSootMethods) OverridingClassSource.withModifiers
(Set<ClassModifier> overriddenModifiers) OverridingClassSource.withOuterClass
(Optional<ClassType> overriddenOuterClass) OverridingClassSource.withPosition
(Position position) OverridingClassSource.withReplacedField
(SootField toReplace, SootField replacement) OverridingClassSource.withReplacedMethod
(SootMethod toReplace, SootMethod replacement) OverridingClassSource.withSuperclass
(Optional<ClassType> overriddenSuperclass) -
Uses of OverridingClassSource in sootup.jimple.frontend
Modifier and TypeMethodDescriptionJimpleConverter.run
(org.antlr.v4.runtime.CharStream charStream, AnalysisInputLocation inputlocation, Path sourcePath, List<BodyInterceptor> bodyInterceptors, View view) JimpleConverter.run
(JimpleParser parser, AnalysisInputLocation inputlocation, Path sourcePath, List<BodyInterceptor> bodyInterceptors, View view)