| Package | Description |
|---|---|
| proguard.classfile.attribute.module |
This package contains classes to represent the module attributes inside class
files.
|
| proguard.classfile.attribute.module.visitor |
This package contains visitors for module attributes and their components.
|
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.io |
This package contains classes for reading and writing class files.
|
| proguard.classfile.visitor |
This package contains interfaces and classes for processing class files from
the
package using
the visitor pattern. |
| proguard.shrink |
This package contains classes to perform shrinking of class files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleAttribute.opensAccept(Clazz clazz,
OpensInfoVisitor opensInfoVisitor)
Applies the given visitor to all exports.
|
| Constructor and Description |
|---|
AllOpensInfoVisitor(OpensInfoVisitor opensInfoVisitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantPoolRemapper
This ClassVisitor remaps all possible references to constant pool entries
of the classes that it visits, based on a given index map.
|
class |
ConstantPoolShrinker
This ClassVisitor removes all unused entries from the constant pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProgramClassReader
This ClassVisitor fills out the ProgramClass objects that it visits with data
from the given DataInput object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPrinter
This
ClassVisitor prints out the complete internal
structure of the classes it visits. |
| Modifier and Type | Class and Description |
|---|---|
class |
ShortestUsageMarker
This ClassVisitor and MemberVisitor recursively marks all classes
and class elements that are being used.
|
Copyright © 2019. All rights reserved.