org.mozilla.javascript.tools.debugger
Interface ScopeProvider


public interface ScopeProvider

Interface to provide a scope object for script evaluation to the debugger.


Method Summary
 net.sourceforge.htmlunit.corejs.javascript.Scriptable getScope()
          Returns the scope object to be used for script evaluation.
 

Method Detail

getScope

net.sourceforge.htmlunit.corejs.javascript.Scriptable getScope()
Returns the scope object to be used for script evaluation.



Copyright © 2010. All Rights Reserved.