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 classClass 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 ScopeProviderDim.scopeProviderThe ScopeProvider object that provides the scope in which to evaluate script.Methods in org.htmlunit.corejs.javascript.tools.debugger that return ScopeProviderModifier and TypeMethodDescriptionstatic ScopeProviderMain.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 MainMain.mainEmbedded(ContextFactory factory, ScopeProvider scopeProvider, String title) Entry point for embedded applications.voidDim.setScopeProvider(ScopeProvider scopeProvider) Sets the ScopeProvider to be used.voidMain.setScopeProvider(ScopeProvider p) Sets theScopeProviderthat provides a scope to be used for script evaluation.