Uses of Interface
sootup.core.model.SootField
Packages that use SootField
Package
Description
-
Uses of SootField in qilin.core
Methods in qilin.core that return SootFieldMethods in qilin.core with parameters of type SootFieldModifier and TypeMethodDescriptionPointsToAnalysis.reachingObjects
(Context c, SootMethod m, Local l, SootField f) Returns the set of objects pointed to by instance field f of the objects pointed to by l in context c.PointsToAnalysis.reachingObjects
(PointsToSet s, SootField f) Returns the set of objects pointed to by instance field f of the objects in the PointsToSet s.PointsToAnalysis.reachingObjects
(SootField f) Returns the set of objects pointed to by static field f.PointsToAnalysis.reachingObjects
(SootMethod m, Local l, SootField f) Returns the set of objects pointed to by instance field f of the objects pointed to by l.PTA.reachingObjects
(Context c, SootMethod m, Local l, SootField f) Returns the set of objects pointed to by instance field f of the objects pointed to by l in context c.PTA.reachingObjects
(PointsToSet s, SootField f) Returns the set of objects pointed to by instance field f of the objects in the PointsToSet s.PTA.reachingObjects
(SootField f) PTA.reachingObjects
(SootMethod m, Local l, SootField f) Returns the set of objects pointed to by instance field f of the objects pointed to by l. -
Uses of SootField in qilin.core.pag
Methods in qilin.core.pag that return SootFieldConstructors in qilin.core.pag with parameters of type SootField -
Uses of SootField in qilin.pta.tools
Methods in qilin.pta.tools with parameters of type SootFieldModifier and TypeMethodDescriptionDebloatedPTA.reachingObjects
(Context c, SootMethod m, Local l, SootField f) DebloatedPTA.reachingObjects
(PointsToSet s, SootField f) DebloatedPTA.reachingObjects
(SootField f) DebloatedPTA.reachingObjects
(SootMethod m, Local l, SootField f) -
Uses of SootField in sootup.apk.frontend.dexpler
Methods in sootup.apk.frontend.dexpler that return types with arguments of type SootFieldModifier and TypeMethodDescription@NonNull Collection<? extends SootField>
DexClassSource.resolveFields()
-
Uses of SootField in sootup.core.frontend
Methods in sootup.core.frontend that return types with arguments of type SootFieldModifier and TypeMethodDescription@NonNull Collection<? extends SootField>
SootClassSource.resolveFields()
Reads from the source to retrieve its fields. -
Uses of SootField in sootup.core.model
Methods in sootup.core.model that return SootFieldModifier and TypeMethodDescriptionSootField.withModifiers
(@NonNull Iterable<FieldModifier> modifiers) SootField.withSignature
(@NonNull FieldSignature signature) Methods in sootup.core.model that return types with arguments of type SootFieldModifier and TypeMethodDescriptionReturns the field of this class with the given name.SootClass.getField
(@NonNull FieldSubSignature subSignature) Attemtps to retrieve the field with the given FieldSubSignature.SootClass.getFields()
-
Uses of SootField in sootup.core.util.printer
Methods in sootup.core.util.printer with parameters of type SootField -
Uses of SootField in sootup.core.views
Methods in sootup.core.views that return types with arguments of type SootFieldModifier and TypeMethodDescriptionAbstractView.getField
(@NonNull FieldSignature signature) View.getField
(@NonNull FieldSignature signature) -
Uses of SootField in sootup.java.bytecode.frontend.conversion
Methods in sootup.java.bytecode.frontend.conversion that return types with arguments of type SootFieldModifier and TypeMethodDescription@NonNull Collection<? extends SootField>
AsmAnnotationClassSource.resolveFields()
-
Uses of SootField in sootup.java.core
Classes in sootup.java.core that implement SootField