Uses of Interface
org.mozilla.javascript.tools.debugger.ScopeProvider
-
Packages that use ScopeProvider Package Description org.mozilla.javascript.tools.debugger -
-
Uses of ScopeProvider in org.mozilla.javascript.tools.debugger
Methods in org.mozilla.javascript.tools.debugger with parameters of type ScopeProvider Modifier and Type Method Description static Main
Main. mainEmbedded(ContextFactory factory, ScopeProvider scopeProvider, java.lang.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.
-