| Package | Description |
|---|---|
| proguard |
This package contains the main ProGuard application.
|
| proguard.classfile.constant.visitor |
This package contains visitors for class constants.
|
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.instruction |
This package contains classes to represent Java bytecode instructions.
|
| 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.optimize.peephole |
This package contains visitors that perform various peephole optimizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSignatureChecker.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
void |
GetEnclosingClassChecker.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
void |
GetAnnotationChecker.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
void |
GetEnclosingMethodChecker.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantVisitor.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantAdder.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
void |
ConstantPoolRemapper.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
void |
MemberReferenceFixer.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantInstruction.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
void |
DynamicClassReferenceInitializer.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant)
Checks whether the referenced method is a .class method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchTargetFinder.visitMethodrefConstant(Clazz clazz,
MethodrefConstant methodrefConstant) |
Copyright © 2015. All Rights Reserved.