public static interface ICDIAddressToSource.IMappedSourceLocation
extends java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
IAddress |
getAddress()
Returns the address of the source location.
|
IPath |
getExecutable()
Return the path to the executable the address is in.
|
java.lang.String |
getFunctionName()
Returns the name of the function the address is in.
|
int |
getLineNumber()
Returns the line number corresponding to the address.
|
IPath |
getSourceFile()
Returns the location of the source file.
|
java.lang.String |
getUnmangledFunctionName()
Returns the unmangled name of the function the address is in.
|
IAddress getAddress()
IPath getSourceFile()
int getLineNumber()
java.lang.String getFunctionName()
java.lang.String getUnmangledFunctionName()
IPath getExecutable()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.