| Package | Description |
|---|---|
| proguard.classfile.attribute.annotation |
This package contains classes to represent the annotation attributes inside
class files.
|
| proguard.classfile.attribute.annotation.target | |
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.util |
This package contains utility classes for processing class files.
|
| Modifier and Type | Field and Description |
|---|---|
TargetInfo |
TypeAnnotation.targetInfo |
| Constructor and Description |
|---|
TypeAnnotation(int u2typeIndex,
int u2elementValuesCount,
ElementValue[] elementValues,
TargetInfo targetInfo,
TypePathInfo[] typePath)
Creates an initialized TypeAnnotation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatchTargetInfo
Representation of a 'catch' annotation target.
|
class |
EmptyTargetInfo
Representation of an empty annotation target.
|
class |
FormalParameterTargetInfo
Representation of a formal parameter annotation target.
|
class |
LocalVariableTargetInfo
Representation of a local variable annotation target.
|
class |
OffsetTargetInfo
Representation of an offset annotation target.
|
class |
SuperTypeTargetInfo
Representation of a super type annotation target.
|
class |
ThrowsTargetInfo
Representation of a 'throws' annotation target.
|
class |
TypeArgumentTargetInfo
Representation of an offset annotation target.
|
class |
TypeParameterBoundTargetInfo
Representation of a type parameter bound annotation target.
|
class |
TypeParameterTargetInfo
Representation of a type parameter annotation target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableRemapper.visitAnyTargetInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TargetInfo targetInfo) |
void |
CodeAttributeEditor.visitAnyTargetInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TargetInfo targetInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitAnyTargetInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TargetInfo targetInfo)
Visits any type of TargetInfo.
|
Copyright © 2015. All Rights Reserved.