| Class | Description |
|---|---|
| AnnotationConstantsCollector |
An
AnnotationVisitor that collects the Constants of the
annotations it visits. |
| ClassConstantsCollector |
A
ClassVisitor that collects the Constants of the classes it
visits. |
| ClassOptimizer |
A
ClassVisitor that renames fields and methods, and removes debug
info. |
| ConstantPool |
A constant pool.
|
| FieldConstantsCollector |
A
FieldVisitor that collects the Constants of the fields it
visits. |
| JarOptimizer |
A Jar file optimizer.
|
| MethodConstantsCollector |
An
MethodVisitor that collects the Constants of the methods
it visits. |
| MethodOptimizer |
A
MethodVisitor that renames fields and methods, and removes debug
info. |
| ModuleConstantsCollector |
A
ModuleVisitor that collects the Constants of the
module declaration it visits. |
| ModuleInfoBndPlugin | |
| NameMapping |
A MAPPING from names to names, used to rename classes, fields and methods.
|
| Shrinker |
A class file shrinker utility.
|
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.