| 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 |
|---|---|
LocalVariableList.Item |
LocalVariableList.get(int n)
Gets the indicated item.
|
LocalVariableList.Item |
LocalVariableList.itemToLocal(LocalVariableList.Item item)
Gets the local variable information in this instance which matches
the given
LocalVariableList.Item
in all respects but the type descriptor and signature, if any. |
LocalVariableList.Item |
LocalVariableList.pcAndIndexToLocal(int pc,
int index)
Gets the local variable information associated with a given address
and local index, if any.
|
LocalVariableList.Item |
LocalVariableList.Item.withSignature(CstString newSignature)
Constructs and returns an instance which is identical to this
one, except that the signature is changed to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
LocalVariableList.Item |
LocalVariableList.itemToLocal(LocalVariableList.Item item)
Gets the local variable information in this instance which matches
the given
LocalVariableList.Item
in all respects but the type descriptor and signature, if any. |
boolean |
LocalVariableList.Item.matchesAllButType(LocalVariableList.Item other)
Gets whether this instance matches (describes) the given
other instance exactly in all fields except type descriptor and
type signature.
|
void |
LocalVariableList.set(int n,
LocalVariableList.Item item)
Sets the item at the given index.
|
Copyright © 2020. All Rights Reserved.