| Package | Description |
|---|---|
| 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 |
TracedStack.copy(TracedStack other) |
boolean |
TracedStack.generalize(TracedStack other) |
| Constructor and Description |
|---|
TracedStack(TracedStack tracedStack)
Creates a new TracedStack that is a copy of the given TracedStack.
|
| Modifier and Type | Method and Description |
|---|---|
TracedStack |
PartialEvaluator.getStackAfter(int instructionOffset)
Returns the stack after execution of the instruction at the given
offset.
|
TracedStack |
PartialEvaluator.getStackBefore(int instructionOffset)
Returns the stack before execution of the instruction at the given
offset.
|
Copyright © 2015. All Rights Reserved.