Uses of Interface
org.htmlunit.corejs.javascript.tools.debugger.ScopeProvider
-
Packages that use ScopeProvider Package Description org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of ScopeProvider in org.htmlunit.corejs.javascript.tools.debugger
Classes in org.htmlunit.corejs.javascript.tools.debugger that implement ScopeProvider Modifier and Type Class Description private static classMain.IProxyClass to consolidate all internal implementations of interfaces to avoid class generation bloat.Fields in org.htmlunit.corejs.javascript.tools.debugger declared as ScopeProvider Modifier and Type Field Description private ScopeProviderDim. scopeProviderThe ScopeProvider object that provides the scope in which to evaluate script.Methods in org.htmlunit.corejs.javascript.tools.debugger that return ScopeProvider Modifier and Type Method Description static 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 ScopeProvider Modifier and Type Method Description static MainMain. mainEmbedded(ContextFactory factory, ScopeProvider scopeProvider, java.lang.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.
-