| Package | Description |
|---|---|
| com.android.dx.cf.attrib |
Implementation of containers and utilities for all the standard Java
attribute types.
|
| 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 |
BaseLocalVariables.getLocalVariables()
Gets the list of "local variable" entries associated with this instance.
|
| Constructor and Description |
|---|
AttLocalVariableTable(LocalVariableList localVariables)
Constructs an instance.
|
AttLocalVariableTypeTable(LocalVariableList localVariables)
Constructs an instance.
|
BaseLocalVariables(java.lang.String name,
LocalVariableList localVariables)
Constructs an instance.
|
| Modifier and Type | Field and Description |
|---|---|
static LocalVariableList |
LocalVariableList.EMPTY
non-null; zero-size instance |
| Modifier and Type | Method and Description |
|---|---|
static LocalVariableList |
LocalVariableList.concat(LocalVariableList list1,
LocalVariableList list2)
Returns an instance which is the concatenation of the two given
instances.
|
LocalVariableList |
ConcreteMethod.getLocalVariables()
Gets the local variable list.
|
static LocalVariableList |
LocalVariableList.mergeDescriptorsAndSignatures(LocalVariableList descriptorList,
LocalVariableList signatureList)
Returns an instance which is the result of merging the two
given instances, where one instance should have only type
descriptors and the other only type signatures.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalVariableList |
LocalVariableList.concat(LocalVariableList list1,
LocalVariableList list2)
Returns an instance which is the concatenation of the two given
instances.
|
static LocalVariableList |
LocalVariableList.mergeDescriptorsAndSignatures(LocalVariableList descriptorList,
LocalVariableList signatureList)
Returns an instance which is the result of merging the two
given instances, where one instance should have only type
descriptors and the other only type signatures.
|
Copyright © 2020. All Rights Reserved.