Class ReadMemoryArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ReadMemoryArguments
Arguments for 'readMemory' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReadMemoryArgumentsbooleanintgetCount()Number of bytes to read at the specified location and offset.Memory reference to the base location from which data should be read.Optional offset (in bytes) to be applied to the reference location before reading data.inthashCode()setCount(int count) setMemoryReference(String memoryReference)
-
Method Details
-
getMemoryReference
Memory reference to the base location from which data should be read. -
setMemoryReference
-
getOffset
Optional offset (in bytes) to be applied to the reference location before reading data. Can be negative. -
setOffset
-
getCount
public int getCount()Number of bytes to read at the specified location and offset. -
setCount
-
equals
-
hashCode
public int hashCode() -
create
-