com.aptana.ide.debug.internal.core.sourcelookup
Class JSSourceLookupParticipant

java.lang.Object
  extended by org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
      extended by com.aptana.ide.debug.internal.core.sourcelookup.JSSourceLookupParticipant
All Implemented Interfaces:
org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant

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

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


Field Summary
 
Fields inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
EMPTY
 
Constructor Summary
JSSourceLookupParticipant()
          JSSourceLookupParticipant
 
Method Summary
 java.lang.Object[] findSourceElements(java.lang.Object object)
           
 java.lang.String getSourceName(java.lang.Object object)
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
dispose, 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

JSSourceLookupParticipant

public JSSourceLookupParticipant()
JSSourceLookupParticipant

Method Detail

getSourceName

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

findSourceElements

public java.lang.Object[] findSourceElements(java.lang.Object object)
                                      throws org.eclipse.core.runtime.CoreException
Specified by:
findSourceElements in interface org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant
Overrides:
findSourceElements in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
Throws:
org.eclipse.core.runtime.CoreException
See Also:
ISourceLookupParticipant.findSourceElements(java.lang.Object)