| Package | Description |
|---|---|
| com.android.dx.dex.code |
| Modifier and Type | Method and Description |
|---|---|
LocalList.Disposition |
LocalList.Entry.getDisposition()
Gets the disposition.
|
static LocalList.Disposition |
LocalList.Disposition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalList.Disposition[] |
LocalList.Disposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalList.MakeState.endLocal(int address,
RegisterSpec endedLocal,
LocalList.Disposition disposition)
Ends a local at the given address.
|
LocalList.Entry |
LocalList.Entry.withDisposition(LocalList.Disposition disposition)
Returns an instance just like this one but with the disposition
set as given.
|
| Constructor and Description |
|---|
Entry(int address,
LocalList.Disposition disposition,
RegisterSpec spec)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.