| Package | Description |
|---|---|
| proguard.classfile.attribute |
This package contains classes to represent the attributes inside class files.
|
| proguard.classfile.attribute.visitor |
This package contains visitors for attributes and their components.
|
| proguard.classfile.constant.visitor |
This package contains visitors for class constants.
|
| 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. |
| proguard.optimize |
This package contains visitors that assist with various optimizations of byte
code.
|
| Modifier and Type | Field and Description |
|---|---|
BootstrapMethodInfo[] |
BootstrapMethodsAttribute.bootstrapMethods |
| Constructor and Description |
|---|
BootstrapMethodsAttribute(int u2attributeNameIndex,
int u2bootstrapMethodsCount,
BootstrapMethodInfo[] bootstrapMethods)
Creates an initialized BootstrapMethodsAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapMethodInfoVisitor.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapMethodHandleTraveler.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
BootstrapMethodArgumentVisitor.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
BootstrapMethodsAttributeEditor.addBootstrapMethodInfo(BootstrapMethodInfo bootstrapMethodInfo)
Adds a given bootstrap method to the bootstrap methods attribute.
|
void |
ConstantPoolShrinker.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
ConstantPoolRemapper.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
BootstrapMethodsAttributeAdder.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
BootstrapMethodInfoAdder.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
ClassCleaner.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
BootstrapMethodArgumentShrinker.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
Copyright © 2015. All Rights Reserved.