JavaScript Development Tools
Release 3.2

org.eclipse.wst.jsdt.debug.core.model
Interface IScript


public interface IScript

Description of a JavaScriptDebugElement for a ScriptReference

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
 String source()
          Returns the source for this script.
 URI sourceURI()
          Returns the URI for this script.
 

Method Detail

source

String source()
Returns the source for this script.

This method can return null

Returns:
the source or null

sourceURI

URI sourceURI()
Returns the URI for this script.

This method cannot return null

Returns:
the URI for this script never null

JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.