| Package | Description |
|---|---|
| proguard.evaluation |
| Modifier and Type | Class and Description |
|---|---|
class |
TracedStack
This Stack saves additional information with stack elements, to keep track
of their origins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.copy(Stack other)
Copies the values of the given Stack into this Stack.
|
boolean |
Stack.generalize(Stack other)
Generalizes the values of this Stack with the values of the given Stack.
|
void |
InvocationUnit.invokeMember(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
ConstantInstruction constantInstruction,
Stack stack)
Updates the given stack corresponding to the execution of the given
field or method reference instruction.
|
void |
BasicInvocationUnit.invokeMember(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
ConstantInstruction constantInstruction,
Stack stack) |
| Constructor and Description |
|---|
Processor(Variables variables,
Stack stack,
ValueFactory valueFactory,
BranchUnit branchUnit,
InvocationUnit invocationUnit,
boolean alwaysCast)
Creates a new processor that operates on the given environment.
|
Stack(Stack stack)
Creates a Stack that is a copy of the given Stack.
|
Copyright © 2015. All Rights Reserved.