| 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.evaluation |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantVisitor.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantAdder.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
void |
ConstantPoolRemapper.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantInstruction.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryClassReader.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
void |
ProgramClassReader.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionSequenceMatcher.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
void |
SimplifiedVisitor.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantValueFactory.visitLongConstant(Clazz clazz,
LongConstant longConstant) |
Copyright © 2015. All Rights Reserved.