| 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 |
|---|---|
LineNumberList |
AttLineNumberTable.getLineNumbers()
Gets the list of "line number" entries associated with this instance.
|
| Constructor and Description |
|---|
AttLineNumberTable(LineNumberList lineNumbers)
Constructs an instance.
|
| Modifier and Type | Field and Description |
|---|---|
static LineNumberList |
LineNumberList.EMPTY
non-null; zero-size instance |
| Modifier and Type | Method and Description |
|---|---|
static LineNumberList |
LineNumberList.concat(LineNumberList list1,
LineNumberList list2)
Returns an instance which is the concatenation of the two given
instances.
|
LineNumberList |
ConcreteMethod.getLineNumbers()
Gets the line number list.
|
| Modifier and Type | Method and Description |
|---|---|
static LineNumberList |
LineNumberList.concat(LineNumberList list1,
LineNumberList list2)
Returns an instance which is the concatenation of the two given
instances.
|
Copyright © 2020. All Rights Reserved.