| Package | Description |
|---|---|
| proguard.classfile |
This package contains classes to represent the various elements of class files.
|
| proguard.classfile.attribute.visitor |
This package contains visitors for 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.util |
This package contains utility classes for processing class files.
|
| proguard.classfile.visitor |
This package contains interfaces and classes for processing class files from
the
package using
the visitor pattern. |
| proguard.obfuscate |
This package contains classes to perform obfuscation of class files.
|
| proguard.shrink |
This package contains classes to perform shrinking of class files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProgramField
Representation of a field from a program class.
|
class |
ProgramMethod
Representation of a method from a program class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllAttributeVisitor.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantPoolShrinker.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
NamedAttributeDeleter.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
Utf8Shrinker.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
MemberReferenceFixer.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
AttributeSorter.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
| Constructor and Description |
|---|
AttributeAdder(ProgramClass targetClass,
ProgramMember targetMember,
boolean replaceAttributes)
Creates a new AttributeAdder that will copy attributes into the given
target class member.
|
AttributeAdder(ProgramClass targetClass,
ProgramMember targetMember,
CodeAttribute targetCodeAttribute,
boolean replaceAttributes)
Creates a new AttributeAdder that will copy attributes into the given
target attribute.
|
AttributesEditor(ProgramClass targetClass,
ProgramMember targetMember,
boolean replaceAttributes)
Creates a new AttributeAdder that will edit attributes in the given
target class member.
|
AttributesEditor(ProgramClass targetClass,
ProgramMember targetMember,
CodeAttribute targetAttribute,
boolean replaceAttributes)
Creates a new AttributeAdder that will edit attributes in the given
target code attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryClassReader.visitProgramMember(ProgramClass libraryClass,
ProgramMember libraryMember) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitProgramMember(ProgramClass programClass,
ProgramMember programMember)
Visits any type of class member of the given program class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemberDescriptorReferencedClassVisitor.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
ReferencedClassVisitor.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
ClassCleaner.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeShrinker.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
void |
ClassRenamer.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassShrinker.visitProgramMember(ProgramClass programClass,
ProgramMember programMember) |
Copyright © 2015. All Rights Reserved.