| Package | Description |
|---|---|
| soot.jimple.toolkits.scalar |
A toolkit for scalar optimization of Jimple.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldStaticnessCorrector
Transformer that checks whether a static field is used like an instance field.
|
class |
MethodStaticnessCorrector
Transformer that checks whether an instance method is used like a static method, and can easily be made static, i.e., does
not reference any field or method in the "this" object.
|
Copyright © 2020 Soot OSS. All rights reserved.