org.eclipse.emf.mwe.internal.ui.debug.sourcelookup
Class MWESourceLookupParticipant

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
      extended by org.eclipse.emf.mwe.internal.ui.debug.sourcelookup.MWESourceLookupParticipant
All Implemented Interfaces:
org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant

public class MWESourceLookupParticipant
extends org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant

The source lookup participant knows how to translate a stack frame into a source file name


Field Summary
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
EMPTY
 
Constructor Summary
MWESourceLookupParticipant()
           
 
Method Summary
 java.lang.String getSourceName(java.lang.Object object)
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
dispose, findSourceElements, getDelegateContainer, getDirector, getSourceContainers, init, isFindDuplicates, sourceContainersChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MWESourceLookupParticipant

public MWESourceLookupParticipant()
Method Detail

getSourceName

public java.lang.String getSourceName(java.lang.Object object)
                               throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException