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 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<SootField>
OverridingClassSource.resolveFields()
abstract @NonNull Collection<? extends SootField>
SootClassSource.resolveFields()
Reads from the source to retrieve its fields.Methods in sootup.core.frontend with parameters of type SootFieldModifier and TypeMethodDescription@NonNull OverridingClassSource
OverridingClassSource.withReplacedField
(@NonNull SootField toReplace, @NonNull SootField replacement) Method parameters in sootup.core.frontend with type arguments of type SootFieldModifier and TypeMethodDescriptionOverridingClassSource.OverridingClassSourceBuilder.FieldsStep.withFields
(@NonNull Set<SootField> fields) @NonNull OverridingClassSource
OverridingClassSource.withFields
(@NonNull Collection<SootField> overriddenSootFields) -
Uses of SootField in sootup.core.model
Methods in sootup.core.model that return SootFieldModifier and TypeMethodDescription@NonNull SootField
SootField.BuildStep.build()
@NonNull SootField
SootField.SootFieldBuilder.build()
@NonNull SootField
SootField.withModifiers
(@NonNull Iterable<FieldModifier> modifiers) @NonNull SootField
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.AbstractClass.getField
(@NonNull 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
(@NonNull 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
(@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
Subclasses of SootField in sootup.java.core