|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a source location returned by ICDIAddressToSource.getSourceForAddress.
Method Summary | |
---|---|
IAddress |
getAddress()
Returns the address of the source location. |
IPath |
getExecutable()
Return the path to the executable the address is in. |
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. |
String |
getUnmangledFunctionName()
Returns the unmangled name of the function the address is in. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
public IAddress getAddress()
public IPath getSourceFile()
public int getLineNumber()
public String getFunctionName()
public String getUnmangledFunctionName()
public IPath getExecutable()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |