| 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 |
|---|---|
OneLocalsArray |
OneLocalsArray.copy()
Makes and returns a mutable copy of this instance.
|
protected OneLocalsArray |
LocalsArraySet.getPrimary()
Gets the locals set appropriate for the current execution context.
|
protected abstract OneLocalsArray |
LocalsArray.getPrimary()
Gets the locals set appropriate for the current execution context.
|
protected OneLocalsArray |
OneLocalsArray.getPrimary()
Gets the locals set appropriate for the current execution context.
|
OneLocalsArray |
OneLocalsArray.merge(OneLocalsArray other)
Merges this OneLocalsArray instance with another OneLocalsArray
instance.
|
static OneLocalsArray |
Merger.mergeLocals(OneLocalsArray locals1,
OneLocalsArray locals2)
Merges two locals arrays.
|
| Modifier and Type | Method and Description |
|---|---|
OneLocalsArray |
OneLocalsArray.merge(OneLocalsArray other)
Merges this OneLocalsArray instance with another OneLocalsArray
instance.
|
static OneLocalsArray |
Merger.mergeLocals(OneLocalsArray locals1,
OneLocalsArray locals2)
Merges two locals arrays.
|
| Constructor and Description |
|---|
LocalsArraySet(OneLocalsArray primary,
java.util.ArrayList<LocalsArray> secondaries)
Constructs an instance with the specified primary and secondaries set.
|
Copyright © 2020. All Rights Reserved.