Package ghidra.app.emulator.state
Class DumpMiscState
java.lang.Object
ghidra.app.emulator.state.DumpMiscState
- All Implemented Interfaces:
RegisterState
@Deprecated(since="12.1",
forRemoval=true)
public class DumpMiscState
extends Object
implements RegisterState
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDumpMiscState(Language lang) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Deprecated, for removal: This API element is subject to removal in a future version.getKeys()Deprecated, for removal: This API element is subject to removal in a future version.List<byte[]> Deprecated, for removal: This API element is subject to removal in a future version.Get the byte array value for a register nameisInitialized(String key) Deprecated, for removal: This API element is subject to removal in a future version.Check if the register is initializedvoidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DumpMiscState
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
dispose
public void dispose()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
disposein interfaceRegisterState
-
getKeys
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeysin interfaceRegisterState
-
getVals
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RegisterStateGet the byte array value for a register name- Specified by:
getValsin interfaceRegisterState- Parameters:
key- the register name- Returns:
- a list (used as an optional) containing at most the one byte array giving the register's value. If empty, the value if unspecified.
-
isInitialized
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RegisterStateCheck if the register is initialized- Specified by:
isInitializedin interfaceRegisterState- Parameters:
key- the register name- Returns:
- a list (used as an optional) containing at most the one initialization state. True if initialized, false if not. Empty if unspecified.
-
setVals
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setValsin interfaceRegisterState
-
setVals
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setValsin interfaceRegisterState
-