org.eclipse.cdt.debug.internal.core.sourcelookup
Class CSourceNotFoundElement
java.lang.Object
org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceNotFoundElement
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement
public class CSourceNotFoundElement
- extends java.lang.Object
- implements org.eclipse.debug.core.model.IDebugElement
Wrapper for debug elements that have missing source, for example a stack frame
whose source file can not be located. Used to enable the CSourceNotFoundEditor
that will let you find the missing file.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSourceNotFoundElement
public CSourceNotFoundElement(org.eclipse.debug.core.model.IDebugElement element)
getElement
public org.eclipse.debug.core.model.IDebugElement getElement()
getDebugTarget
public org.eclipse.debug.core.model.IDebugTarget getDebugTarget()
- Specified by:
getDebugTarget
in interface org.eclipse.debug.core.model.IDebugElement
getLaunch
public org.eclipse.debug.core.ILaunch getLaunch()
- Specified by:
getLaunch
in interface org.eclipse.debug.core.model.IDebugElement
getModelIdentifier
public java.lang.String getModelIdentifier()
- Specified by:
getModelIdentifier
in interface org.eclipse.debug.core.model.IDebugElement
getAdapter
public java.lang.Object getAdapter(java.lang.Class adapter)
- Specified by:
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
getFile
public java.lang.String getFile()