Uses of Interface
org.mozilla.javascript.tools.debugger.ScopeProvider
Packages that use ScopeProvider
-
Uses of ScopeProvider in org.mozilla.javascript.tools.debugger
Methods in org.mozilla.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.