|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalList.Disposition | |
|---|---|
| com.android.dx.dex.code | |
| Uses of LocalList.Disposition in com.android.dx.dex.code |
|---|
| Methods in com.android.dx.dex.code that return LocalList.Disposition | |
|---|---|
LocalList.Disposition |
LocalList.Entry.getDisposition()
Gets the disposition. |
static LocalList.Disposition |
LocalList.Disposition.valueOf(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. |
| Methods in com.android.dx.dex.code with parameters of type LocalList.Disposition | |
|---|---|
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. |
| Constructors in com.android.dx.dex.code with parameters of type LocalList.Disposition | |
|---|---|
LocalList.Entry(int address,
LocalList.Disposition disposition,
RegisterSpec spec)
Constructs an instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||