public static class LocalList.MakeState
extends java.lang.Object
| Constructor and Description |
|---|
MakeState(int initialSize)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void snapshot(int address,
RegisterSpecSet specs)
address - >= 0; the addressspecs - non-null; spec set representing the localspublic void startLocal(int address,
RegisterSpec startedLocal)
address - >= 0; the addressstartedLocal - non-null; spec representing the
started localpublic void endLocal(int address,
RegisterSpec endedLocal)
END_SIMPLY.address - >= 0; the addressendedLocal - non-null; spec representing the
local being endedpublic 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 listCopyright © 2020. All Rights Reserved.