| Package | Description |
|---|---|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionStack |
ExecutionStack.copy()
Makes and returns a mutable copy of this instance.
|
ExecutionStack |
Frame.getStack()
Gets the execution stack for this instance.
|
ExecutionStack |
ExecutionStack.merge(ExecutionStack other)
Merges this stack with another stack.
|
static ExecutionStack |
Merger.mergeStack(ExecutionStack stack1,
ExecutionStack stack2)
Merges two stacks.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionStack |
ExecutionStack.merge(ExecutionStack other)
Merges this stack with another stack.
|
static ExecutionStack |
Merger.mergeStack(ExecutionStack stack1,
ExecutionStack stack2)
Merges two stacks.
|
Copyright © 2020. All Rights Reserved.