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