org.eclipse.ocl.examples.debug.vm.srclookup
Class VMSourceLookupParticipant

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
      extended by org.eclipse.ocl.examples.debug.vm.srclookup.VMSourceLookupParticipant
All Implemented Interfaces:
org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant

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

Since:
1.3

Field Summary
protected  VMDebugCore debugCore
           
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
EMPTY
 
Constructor Summary
VMSourceLookupParticipant(VMDebugCore debugCore)
           
 
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
 

Field Detail

debugCore

@NonNull
protected final VMDebugCore debugCore
Constructor Detail

VMSourceLookupParticipant

public VMSourceLookupParticipant(@NonNull
                                 VMDebugCore debugCore)
Method Detail

getSourceName

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