Uses of Class
org.eclipse.debug.core.model.MemoryByte
-
Packages that use MemoryByte Package Description org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view. -
-
Uses of MemoryByte in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model that return MemoryByte Modifier and Type Method Description MemoryByte[]IMemoryBlockExtension. getBytesFromAddress(java.math.BigInteger address, long units)Returns bytes from this memory block based on the given address and the addressable size of this memory block.MemoryByte[]IMemoryBlockExtension. getBytesFromOffset(java.math.BigInteger unitOffset, long addressableUnits)Returns bytes from this memory block based on the base address and addressable size of this memory block. -
Uses of MemoryByte in org.eclipse.debug.ui.memory
Methods in org.eclipse.debug.ui.memory that return MemoryByte Modifier and Type Method Description MemoryByte[]MemoryRenderingElement. getBytes()Returns the memory bytes being rendered.MemoryByte[]AbstractTableRendering. getSelectedAsBytes()Returns the currently selected content in this rendering as MemoryByte.MemoryByte[]IRepositionableMemoryRendering. getSelectedAsBytes()Returns the currently selected content asMemoryBytearray.Methods in org.eclipse.debug.ui.memory with parameters of type MemoryByte Modifier and Type Method Description abstract byte[]AbstractTableRendering. getBytes(java.lang.String renderingTypeId, java.math.BigInteger address, MemoryByte[] currentValues, java.lang.String newValue)Returns bytes for the given text corresponding to bytes at the given address for the specified rendering type.byte[]AbstractTextRendering. getBytes(java.lang.String dataType, java.math.BigInteger address, MemoryByte[] currentValues, java.lang.String data)abstract java.lang.StringAbstractTableRendering. getString(java.lang.String renderingTypeId, java.math.BigInteger address, MemoryByte[] data)Returns text for the given memory bytes at the specified address for the specified rendering type.java.lang.StringAbstractTextRendering. getString(java.lang.String dataType, java.math.BigInteger address, MemoryByte[] data)protected java.lang.StringAbstractTableRendering. getToolTipText(java.math.BigInteger address, MemoryByte[] bytes)Returns the text to display in a tool tip at the specified address for the specified bytes.Constructors in org.eclipse.debug.ui.memory with parameters of type MemoryByte Constructor Description MemoryRenderingElement(IMemoryRendering rendering, java.math.BigInteger address, MemoryByte[] bytes)Constructs a new memory rendering element for the given rendering and specified bytes.
-