|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.android.dx.dex.code.LocalList.MakeState
public static class LocalList.MakeState
Intermediate state when constructing a local list.
| Constructor Summary | |
|---|---|
LocalList.MakeState(int initialSize)
Constructs an instance. |
|
| Method Summary | |
|---|---|
void |
endLocal(int address,
RegisterSpec endedLocal)
Ends a local at the given address, using the disposition END_SIMPLY. |
void |
endLocal(int address,
RegisterSpec endedLocal,
LocalList.Disposition disposition)
Ends a local at the given address. |
LocalList |
finish()
Finishes processing altogether and gets the result. |
void |
snapshot(int address,
RegisterSpecSet specs)
Sets the local state at the given address to the given snapshot. |
void |
startLocal(int address,
RegisterSpec startedLocal)
Starts a local at the given address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalList.MakeState(int initialSize)
| Method Detail |
|---|
public void snapshot(int address,
RegisterSpecSet specs)
address - >= 0; the addressspecs - non-null; spec set representing the locals
public void startLocal(int address,
RegisterSpec startedLocal)
address - >= 0; the addressstartedLocal - non-null; spec representing the
started local
public void endLocal(int address,
RegisterSpec endedLocal)
END_SIMPLY.
address - >= 0; the addressendedLocal - non-null; spec representing the
local being ended
public void endLocal(int address,
RegisterSpec endedLocal,
LocalList.Disposition disposition)
address - >= 0; the addressendedLocal - non-null; spec representing the
local being endeddisposition - reason for the endpublic LocalList finish()
non-null; the result list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||