Uses of Interface
org.htmlunit.corejs.javascript.tools.debugger.ScopeProvider
Packages that use ScopeProvider
-
Uses of ScopeProvider in org.htmlunit.corejs.javascript.tools.debugger
Classes in org.htmlunit.corejs.javascript.tools.debugger that implement ScopeProviderModifier and TypeClassDescriptionprivate static class
Class to consolidate all internal implementations of interfaces to avoid class generation bloat.Fields in org.htmlunit.corejs.javascript.tools.debugger declared as ScopeProviderModifier and TypeFieldDescriptionprivate ScopeProvider
Dim.scopeProvider
The ScopeProvider object that provides the scope in which to evaluate script.Methods in org.htmlunit.corejs.javascript.tools.debugger that return ScopeProviderModifier and TypeMethodDescriptionstatic ScopeProvider
Main.IProxy.newScopeProvider
(Scriptable scope) Creates a new IProxy that acts as aScopeProvider
.Methods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type ScopeProviderModifier and TypeMethodDescriptionstatic Main
Main.mainEmbedded
(ContextFactory factory, ScopeProvider scopeProvider, String title) Entry point for embedded applications.void
Dim.setScopeProvider
(ScopeProvider scopeProvider) Sets the ScopeProvider to be used.void
Main.setScopeProvider
(ScopeProvider p) Sets theScopeProvider
that provides a scope to be used for script evaluation.