| Package | Description |
|---|---|
| proguard.classfile.attribute.annotation |
This package contains classes to represent the annotation attributes inside
class files.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAnnotationsAttribute.typeAnnotationsAccept(Clazz clazz,
Field field,
TypeAnnotationVisitor typeAnnotationVisitor)
Applies the given visitor to all field annotations.
|
void |
TypeAnnotationsAttribute.typeAnnotationsAccept(Clazz clazz,
Method method,
TypeAnnotationVisitor typeAnnotationVisitor)
Applies the given visitor to all method annotations.
|
void |
TypeAnnotationsAttribute.typeAnnotationsAccept(Clazz clazz,
TypeAnnotationVisitor typeAnnotationVisitor)
Applies the given visitor to all class annotations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeAttributeEditor
This AttributeVisitor accumulates specified changes to code, and then applies
these accumulated changes to the code attributes that it visits.
|
class |
VariableRemapper
This AttributeVisitor remaps variable indexes in all attributes that it
visits, based on a given index map.
|
| 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 |
ClassCleaner
This
ClassVisitor removes all visitor information of the
classes it visits. |
class |
ClassPrinter
This
ClassVisitor prints out the complete internal
structure of the classes it visits. |
Copyright © 2015. All Rights Reserved.