com.aptana.ide.debug.internal.core.model
Class JSDebugTopScriptElement

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.debug.core.model.DebugElement
          extended by com.aptana.ide.debug.internal.core.model.JSDebugElement
              extended by com.aptana.ide.debug.internal.core.model.JSDebugScriptElement
                  extended by com.aptana.ide.debug.internal.core.model.JSDebugTopScriptElement
All Implemented Interfaces:
IJSScriptElement, org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement

public class JSDebugTopScriptElement
extends JSDebugScriptElement

Author:
Max Stepanov

Constructor Summary
JSDebugTopScriptElement(org.eclipse.debug.core.model.IDebugTarget target, java.lang.String name, java.lang.String location)
           
 
Method Summary
 java.lang.String getLocation()
          getLocation
protected  void setParent(IJSScriptElement parent)
          setParent
 
Methods inherited from class com.aptana.ide.debug.internal.core.model.JSDebugScriptElement
getBaseLine, getChildren, getLineExtent, getName, getParent, insertElement, isScriptElementInside, removeElement, setName
 
Methods inherited from class com.aptana.ide.debug.internal.core.model.JSDebugElement
getModelIdentifier, throwDebugException, throwDebugException, throwDebugException, throwNotImplemented
 
Methods inherited from class org.eclipse.debug.core.model.DebugElement
fireChangeEvent, fireCreationEvent, fireEvent, fireResumeEvent, fireSuspendEvent, fireTerminateEvent, getAdapter, getDebugTarget, getLaunch, notSupported, requestFailed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

JSDebugTopScriptElement

public JSDebugTopScriptElement(org.eclipse.debug.core.model.IDebugTarget target,
                               java.lang.String name,
                               java.lang.String location)
Parameters:
target -
name -
location -
Method Detail

getLocation

public java.lang.String getLocation()
Description copied from interface: IJSScriptElement
getLocation

Specified by:
getLocation in interface IJSScriptElement
Overrides:
getLocation in class JSDebugScriptElement
Returns:
String
See Also:
IJSScriptElement.getLocation()

setParent

protected void setParent(IJSScriptElement parent)
Description copied from class: JSDebugScriptElement
setParent

Overrides:
setParent in class JSDebugScriptElement
See Also:
JSDebugScriptElement.setParent(com.aptana.ide.debug.core.model.IJSScriptElement)