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
Classes in org.mozilla.javascript.tools.debugger that implement ScopeProvider Modifier and Type Class Description private static class
Main.IProxy
Class to consolidate all internal implementations of interfaces to avoid class generation bloat.Fields in org.mozilla.javascript.tools.debugger declared as ScopeProvider Modifier and Type Field Description private ScopeProvider
Dim. scopeProvider
The ScopeProvider object that provides the scope in which to evaluate script.Methods in org.mozilla.javascript.tools.debugger that return ScopeProvider Modifier and Type Method Description static ScopeProvider
Main.IProxy. newScopeProvider(Scriptable scope)
Creates a new IProxy that acts as aScopeProvider
.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.
-