public class AssumeNoSideEffectsChecker
extends java.lang.Object
| Constructor and Description |
|---|
AssumeNoSideEffectsChecker(proguard.classfile.util.WarningPrinter notePrinter)
Creates a new KeepClassMemberChecker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkClassSpecifications(java.util.List classSpecifications)
Checks if the given class specifications try to assume no side effects
for all methods in a class, printing notes if necessary.
|