| 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.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. |
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeInvisibleTypeAnnotationsAttribute
This Attribute represents a runtime invisible type annotations attribute.
|
class |
RuntimeVisibleTypeAnnotationsAttribute
This Attribute represents a runtime visible type annotations attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableRemapper.visitAnyTypeAnnotationsAttribute(Clazz clazz,
TypeAnnotationsAttribute typeAnnotationsAttribute) |
void |
CodeAttributeEditor.visitAnyTypeAnnotationsAttribute(Clazz clazz,
TypeAnnotationsAttribute typeAnnotationsAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitAnyTypeAnnotationsAttribute(Clazz clazz,
TypeAnnotationsAttribute typeAnnotationsAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitAnyTypeAnnotationsAttribute(Clazz clazz,
TypeAnnotationsAttribute typeAnnotationsAttribute)
Visits any type of TypeAnnotationsAttribute of a class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassCleaner.visitAnyTypeAnnotationsAttribute(Clazz clazz,
TypeAnnotationsAttribute typeAnnotationsAttribute) |
Copyright © 2015. All Rights Reserved.