| Package | Description |
|---|---|
| proguard.backport | |
| 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.
|
| proguard.optimize.evaluation |
This package contains visitors that perform partial evaluation and subsequent
optimizations on byte code.
|
| Modifier and Type | Field and Description |
|---|---|
BootstrapMethodInfo |
LambdaExpression.bootstrapMethodInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaExpressionCollector.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
StringConcatenationConverter.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
| Constructor and Description |
|---|
LambdaExpression(ProgramClass referencedClass,
int bootstrapMethodIndex,
BootstrapMethodInfo bootstrapMethodInfo,
String factoryMethodDescriptor,
String[] interfaces,
String[] bridgeMethodDescriptors,
String interfaceMethod,
String interfaceMethodDescriptor,
int invokedReferenceKind,
String invokedClassName,
String invokedMethodName,
String invokedMethodDesc,
Clazz referencedInvokedClass,
Method referencedInvokedMethod)
Creates a new initialized LambdaExpression (except for the lambdaClass).
|
| 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 |
AllBootstrapMethodArgumentVisitor.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 |
BootstrapMethodsAttributeEditor.removeBootstrapMethodInfo(BootstrapMethodInfo bootstrapMethodInfo)
Removes the given bootstrap method from the bootstrap method attribute.
|
void |
ConstantPoolShrinker.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
BootstrapMethodsAttributeAdder.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
BootstrapMethodsAttributeShrinker.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
BootstrapMethodInfoAdder.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
void |
ConstantPoolRemapper.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) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleEnumUseChecker.visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
Copyright © 2019. All rights reserved.