| Package | Description |
|---|---|
| proguard.classfile.attribute.annotation |
This package contains classes to represent the annotation attributes inside
class files.
|
| proguard.classfile.attribute.annotation.visitor |
This package contains visitors for annotation attributes and their components.
|
| 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 | Field and Description |
|---|---|
TypePathInfo[] |
TypeAnnotation.typePath |
| Constructor and Description |
|---|
TypeAnnotation(int u2typeIndex,
int u2elementValuesCount,
ElementValue[] elementValues,
TargetInfo targetInfo,
TypePathInfo[] typePath)
Creates an initialized TypeAnnotation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypePathInfoVisitor.visitTypePathInfo(Clazz clazz,
Field field,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
TypePathInfoVisitor.visitTypePathInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
TypePathInfoVisitor.visitTypePathInfo(Clazz clazz,
Method method,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
TypePathInfoVisitor.visitTypePathInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitTypePathInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitTypePathInfo(Clazz clazz,
Field field,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
SimplifiedVisitor.visitTypePathInfo(Clazz clazz,
Member member,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo)
Visits the given TypePathInfo of any type of class member.
|
void |
SimplifiedVisitor.visitTypePathInfo(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
SimplifiedVisitor.visitTypePathInfo(Clazz clazz,
Method method,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
void |
SimplifiedVisitor.visitTypePathInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitTypePathInfo(Clazz clazz,
TypeAnnotation typeAnnotation,
TypePathInfo typePathInfo) |
Copyright © 2015. All Rights Reserved.