Interface ScopeProvider
- 
 public interface ScopeProviderInterface to provide a scope object for script evaluation to the debugger.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptablegetScope()Returns the scope object to be used for script evaluation.
 
- 
- 
- 
Method Detail- 
getScopeScriptable getScope() Returns the scope object to be used for script evaluation.
 
- 
 
-