| Package | Description |
|---|---|
| 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.instruction.visitor |
This package contains visitors for instructions.
|
| 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 | |
| proguard.optimize.evaluation |
This package contains visitors that perform partial evaluation and subsequent
optimizations on byte code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttributeEditor.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
LookUpSwitchInstruction |
LookUpSwitchInstruction.copy(LookUpSwitchInstruction lookUpSwitchInstruction)
Copies the given instruction into this instruction.
|
| Modifier and Type | Method and Description |
|---|---|
LookUpSwitchInstruction |
LookUpSwitchInstruction.copy(LookUpSwitchInstruction lookUpSwitchInstruction)
Copies the given instruction into this instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionVisitor.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
void |
MultiInstructionVisitor.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstructionSequenceMatcher.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
void |
SimplifiedVisitor.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationSimplifier.visitLookUpSwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
LookUpSwitchInstruction lookUpSwitchInstruction) |
Copyright © 2015. All Rights Reserved.