Package org.eclipse.ease.debugging
Class ScriptSourceLocator
java.lang.Object
org.eclipse.ease.debugging.ScriptSourceLocator
- All Implemented Interfaces:
org.eclipse.debug.core.model.IPersistableSourceLocator
,org.eclipse.debug.core.model.ISourceLocator
public class ScriptSourceLocator extends Object implements org.eclipse.debug.core.model.IPersistableSourceLocator
-
Constructor Summary
Constructors Constructor Description ScriptSourceLocator()
-
Method Summary
Modifier and Type Method Description String
getMemento()
Object
getSourceElement(org.eclipse.debug.core.model.IStackFrame stackFrame)
void
initializeDefaults(org.eclipse.debug.core.ILaunchConfiguration configuration)
void
initializeFromMemento(String memento)
-
Constructor Details
-
ScriptSourceLocator
public ScriptSourceLocator()
-
-
Method Details
-
getSourceElement
- Specified by:
getSourceElement
in interfaceorg.eclipse.debug.core.model.ISourceLocator
-
getMemento
- Specified by:
getMemento
in interfaceorg.eclipse.debug.core.model.IPersistableSourceLocator
- Throws:
org.eclipse.core.runtime.CoreException
-
initializeFromMemento
- Specified by:
initializeFromMemento
in interfaceorg.eclipse.debug.core.model.IPersistableSourceLocator
- Throws:
org.eclipse.core.runtime.CoreException
-
initializeDefaults
public void initializeDefaults(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException- Specified by:
initializeDefaults
in interfaceorg.eclipse.debug.core.model.IPersistableSourceLocator
- Throws:
org.eclipse.core.runtime.CoreException
-