| Package | Description |
|---|---|
| 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.optimize |
This package contains visitors that assist with various optimizations of byte
code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeVisitor.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
RequiredAttributeFilter.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
AttributeNameFilter.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
NonEmptyAttributeFilter.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
MultiAttributeVisitor.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
AttributeVisitor.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
RequiredAttributeFilter.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
AttributeNameFilter.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
NonEmptyAttributeFilter.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
MultiAttributeVisitor.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
AttributeVisitor.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
void |
RequiredAttributeFilter.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
void |
AttributeNameFilter.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
void |
NonEmptyAttributeFilter.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
void |
MultiAttributeVisitor.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
Utf8Shrinker.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
void |
ConstantPoolRemapper.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
void |
AttributeAdder.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
SimplifiedVisitor.visitSyntheticAttribute(Clazz clazz,
Member member,
SyntheticAttribute syntheticAttribute)
Visits the given SyntheticAttribute of any type of class member.
|
void |
SimplifiedVisitor.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
SimplifiedVisitor.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangedCodePrinter.visitSyntheticAttribute(Clazz clazz,
Field field,
SyntheticAttribute syntheticAttribute) |
void |
ChangedCodePrinter.visitSyntheticAttribute(Clazz clazz,
Method method,
SyntheticAttribute syntheticAttribute) |
void |
ChangedCodePrinter.visitSyntheticAttribute(Clazz clazz,
SyntheticAttribute syntheticAttribute) |
Copyright © 2015. All Rights Reserved.