Uses of Class
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 SootField -
Uses of SootField in sootup.core.frontend
Methods in sootup.core.frontend that return types with arguments of type SootFieldModifier and TypeMethodDescriptionOverridingClassSource.resolveFields()
abstract Collection<? extends SootField>
SootClassSource.resolveFields()
Reads from the source to retrieve its fields.Methods in sootup.core.frontend with parameters of type SootFieldModifier and TypeMethodDescriptionOverridingClassSource.withReplacedField
(SootField toReplace, SootField replacement) Method parameters in sootup.core.frontend with type arguments of type SootFieldModifier and TypeMethodDescriptionOverridingClassSource.OverridingClassSourceBuilder.FieldsStep.withFields
(Set<SootField> fields) OverridingClassSource.withFields
(Collection<SootField> overriddenSootFields) -
Uses of SootField in sootup.core.model
Methods in sootup.core.model that return SootFieldModifier and TypeMethodDescriptionSootField.BuildStep.build()
SootField.SootFieldBuilder.build()
SootField.withModifiers
(Iterable<FieldModifier> modifiers) SootField.withSignature
(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.AbstractClass.getField
(FieldSubSignature subSignature) Attemtps to retrieve the field with the given FieldSubSignature.AbstractClass.getFields()
SootClass.getFields()
Methods in sootup.core.model with parameters of type SootFieldModifier and TypeMethodDescriptionMethod parameters in sootup.core.model with type arguments of type SootFieldModifier and TypeMethodDescriptionSootClass.SootClassBuilder.FieldStep.withFields
(Set<? extends SootField> fields) -
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
(FieldSignature signature) View.getField
(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 TypeMethodDescriptionCollection<? extends SootField>
AsmAnnotationClassSource.resolveFields()
-
Uses of SootField in sootup.java.core
Subclasses of SootField in sootup.java.core