com.aptana.ide.debug.internal.core.sourcelookup
Class JSSourceLookupParticipant
java.lang.Object
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
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
| Fields inherited from class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant |
EMPTY |
| 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 |
JSSourceLookupParticipant
public JSSourceLookupParticipant()
- JSSourceLookupParticipant
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)