| Package | Description |
|---|---|
| proguard.classfile.constant.visitor |
This package contains visitors for class constants.
|
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.instruction |
This package contains classes to represent Java bytecode instructions.
|
| 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. |
| proguard.shrink |
This package contains classes to perform shrinking of class files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantVisitor.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantAdder.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
void |
ConstantPoolRemapper.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantInstruction.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryClassReader.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
void |
ProgramClassReader.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
StringSharer.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
void |
InstructionSequenceMatcher.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
void |
SimplifiedVisitor.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceUsageMarker.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
void |
InnerUsageMarker.visitUtf8Constant(Clazz clazz,
Utf8Constant utf8Constant) |
Copyright © 2015. All Rights Reserved.