Class RelatedAddress
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.db.RelatedAddress
Holds information about a memory range that was related to the cause of data corruption.
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedAddress(String description, long address, int size, ModificationLog.MemoryAccessLog lastModification) -
Method Summary
-
Constructor Details
-
RelatedAddress
public RelatedAddress(String description, long address, int size, ModificationLog.MemoryAccessLog lastModification)
-
-
Method Details