Uses of Class
sootup.core.frontend.OverridingClassSource
Packages that use OverridingClassSource
-
Uses of OverridingClassSource in sootup.core.frontend
Methods in sootup.core.frontend that return OverridingClassSourceModifier and TypeMethodDescriptionOverridingClassSource.OverridingClassSourceBuilder.Build.build()
OverridingClassSource.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
Methods in sootup.jimple.frontend that return OverridingClassSourceModifier 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)