| Package | Description |
|---|---|
| proguard.classfile.attribute.annotation |
This package contains classes to represent the annotation attributes inside
class files.
|
| 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 |
TypeAnnotation.typePathInfosAccept(Clazz clazz,
Field field,
TypePathInfoVisitor typePathVisitor)
Applies the given visitor to all type path elements.
|
void |
TypeAnnotation.typePathInfosAccept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
TypeAnnotation typeAnnotation,
TypePathInfoVisitor typePathVisitor)
Applies the given visitor to all type path elements.
|
void |
TypeAnnotation.typePathInfosAccept(Clazz clazz,
Method method,
TypePathInfoVisitor typePathVisitor)
Applies the given visitor to all type path elements.
|
void |
TypeAnnotation.typePathInfosAccept(Clazz clazz,
TypePathInfoVisitor typePathVisitor)
Applies the given visitor to all type path elements.
|
| 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. |
Copyright © 2015. All Rights Reserved.