| Package | Description |
|---|---|
| proguard.optimize.info |
This package contains classes to collect additional information about classes
and class members, which can then be used for optimization.
|
| Class and Description |
|---|
| ClassOptimizationInfo
This class stores some optimization information that can be attached to
a class.
|
| CodeAttributeOptimizationInfo
This class stores some optimization information that can be attached
to a code attribute.
|
| FieldOptimizationInfo
This class stores some optimization information that can be attached to
a field.
|
| MethodOptimizationInfo
This class stores some optimization information that can be attached to
a method.
|
| MutableBoolean
This class provides a mutable boolean flag.
|
| ProgramClassOptimizationInfo
This class stores some optimization information that can be attached to
a class.
|
| ProgramFieldOptimizationInfo
This class stores some optimization information that can be attached to
a field.
|
| ProgramMethodOptimizationInfo
This class stores some optimization information that can be attached to
a method.
|
| ReferenceEscapeChecker
This AttributeVisitor can tell whether reference parameters and instances
are escaping, are modified, or are returned.
|
Copyright © 2019. All rights reserved.