| Package | Description |
|---|---|
| proguard.classfile.attribute.visitor |
This package contains visitors for attributes and their components.
|
| 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.util |
This package contains utility classes for processing class files.
|
| proguard.optimize.evaluation |
This package contains visitors that perform partial evaluation and subsequent
optimizations on byte code.
|
| proguard.optimize.info |
This package contains classes to collect additional information about classes
and class members, which can then be used for optimization.
|
| proguard.optimize.peephole |
This package contains visitors that perform various peephole optimizations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackSizeComputer.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttributeComposer.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
void |
InstructionWriter.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
| Modifier and Type | Class and Description |
|---|---|
class |
LookUpSwitchInstruction
This Instruction represents a simple instruction without variable arguments
or constant pool references.
|
class |
TableSwitchInstruction
This Instruction represents a simple instruction without variable arguments
or constant pool references.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchInstruction |
SwitchInstruction.copy(SwitchInstruction switchInstruction)
Copies the given instruction into this instruction.
|
| Modifier and Type | Method and Description |
|---|---|
SwitchInstruction |
SwitchInstruction.copy(SwitchInstruction switchInstruction)
Copies the given instruction into this instruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction)
Visits either type of SwitchInstruction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleEnumUseSimplifier.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
void |
SimpleEnumUseChecker.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
BackwardBranchMarker.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReachableCodeMarker.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
void |
BranchTargetFinder.visitAnySwitchInstruction(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
SwitchInstruction switchInstruction) |
Copyright © 2015. All Rights Reserved.