Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.nd.IndexExceptionBuilder
Packages that use IndexExceptionBuilder
Package
Description
-
Uses of IndexExceptionBuilder in org.aspectj.org.eclipse.jdt.internal.core.nd
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd that return IndexExceptionBuilderModifier and TypeMethodDescriptionIndexExceptionBuilder.addProblemAddress(String description, long dataBlockAddress, int rangeSize)Adds an address range to this problem description, given the first address that may be corrupt, the size of the possibly-corrupt address range, and a custom description for the memory at this address range.IndexExceptionBuilder.addProblemAddress(String description, IField field, long address)Adds an address range to this problem description, given a field that may be corrupt, the base address for its struct, and a custom description for the field.IndexExceptionBuilder.addProblemAddress(IField field, long address)Adds an address range to this problem description, given the field that may be corrupt and the base address for its struct.Nd.describeProblem()Creates aIndexExceptionBuilderobject that collects information about database corruption after it is detected. -
Uses of IndexExceptionBuilder in org.aspectj.org.eclipse.jdt.internal.core.nd.db
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.db that return IndexExceptionBuilder