Uses of Class
sootup.core.model.SootField
Package
Description
-
Uses of SootField in qilin.core
Modifier 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
-
Uses of SootField in qilin.pta.tools
Modifier 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
-
Uses of SootField in sootup.core.frontend
Modifier and TypeMethodDescriptionOverridingClassSource.resolveFields()
abstract Collection<? extends SootField>
SootClassSource.resolveFields()
Reads from the source to retrieve its fields.Modifier and TypeMethodDescriptionOverridingClassSource.withReplacedField
(SootField toReplace, SootField replacement) Modifier and TypeMethodDescriptionOverridingClassSource.withFields
(Collection<SootField> overriddenSootFields) -
Uses of SootField in sootup.core.model
Modifier and TypeMethodDescriptionSootField.BuildStep.build()
SootField.SootFieldBuilder.build()
SootField.withModifiers
(Iterable<FieldModifier> modifiers) SootField.withSignature
(FieldSignature signature) Modifier and TypeMethodDescriptionReturns the field of this class with the given name.AbstractClass.getField
(FieldSubSignature subSignature) Attemtps to retrieve the field with the given FieldSubSignature.AbstractClass.getFields()
SootClass.getFields()
-
Uses of SootField in sootup.core.util.printer
-
Uses of SootField in sootup.core.views
Modifier and TypeMethodDescriptionAbstractView.getField
(FieldSignature signature) View.getField
(FieldSignature signature) -
Uses of SootField in sootup.java.bytecode.frontend.conversion
Modifier and TypeMethodDescriptionCollection<? extends SootField>
AsmAnnotationClassSource.resolveFields()
-
Uses of SootField in sootup.java.core