| 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 |
|---|---|
boolean |
TracedVariables.generalize(TracedVariables other,
boolean clearConflictingOtherVariables) |
void |
TracedVariables.initialize(TracedVariables other) |
| Constructor and Description |
|---|
TracedVariables(TracedVariables tracedVariables)
Creates a new TracedVariables that is a copy of the given TracedVariables.
|
| Modifier and Type | Method and Description |
|---|---|
TracedVariables |
PartialEvaluator.getVariablesAfter(int instructionOffset)
Returns the variables after execution of the instruction at the given
offset.
|
TracedVariables |
PartialEvaluator.getVariablesBefore(int instructionOffset)
Returns the variables before execution of the instruction at the given
offset.
|
Copyright © 2015. All Rights Reserved.