Uses of Class
sootup.java.core.JavaSootField
Packages that use JavaSootField
-
Uses of JavaSootField in sootup.java.core
Methods in sootup.java.core that return JavaSootFieldModifier and TypeMethodDescriptionJavaSootField.JavaSootFieldBuilder.build()
JavaSootField.withAnnotations
(Iterable<AnnotationUsage> annotations) Methods in sootup.java.core that return types with arguments of type JavaSootFieldModifier and TypeMethodDescriptionJavaSootClass.getField
(FieldSubSignature subSignature) JavaSootClass.getFields()
OverridingJavaClassSource.resolveFields()
Methods in sootup.java.core with parameters of type JavaSootFieldModifier and TypeMethodDescriptionJavaSootClass.withReplacedField
(JavaSootField toReplace, JavaSootField replacement) OverridingJavaClassSource.withReplacedField
(JavaSootField toReplace, JavaSootField replacement) Method parameters in sootup.java.core with type arguments of type JavaSootFieldModifier and TypeMethodDescriptionJavaSootClass.withFields
(Collection<JavaSootField> fields) OverridingJavaClassSource.withFields
(Collection<JavaSootField> overriddenSootFields) -
Uses of JavaSootField in sootup.java.core.views
Methods in sootup.java.core.views that return types with arguments of type JavaSootField -
Uses of JavaSootField in sootup.java.frontend.conversion
Methods in sootup.java.frontend.conversion that return JavaSootFieldModifier and TypeMethodDescriptionWalaIRToJimpleConverter.convertField
(JavaClassType classSig, com.ibm.wala.cast.loader.AstField walaField) Convert a walaAstField
toSootField
.Methods in sootup.java.frontend.conversion with parameters of type JavaSootFieldModifier and TypeMethodDescriptionprotected void
WalaIRToJimpleConverter.addSootField
(JavaSootField field)