Uses of Interface
org.mozilla.javascript.ContextAction
Packages that use ContextAction
Package
Description
-
Uses of ContextAction in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type ContextActionModifier and TypeMethodDescriptionstatic <T> T
Context.call
(ContextAction<T> action) Deprecated.(package private) static <T> T
Context.call
(ContextFactory factory, ContextAction<T> action) The method implementsContextFactory.call(ContextAction)
logic.final <T> T
ContextFactory.call
(ContextAction<T> action) CallContextAction.run(Context cx)
using theContext
instance associated with the current thread. -
Uses of ContextAction in org.mozilla.javascript.tools.debugger
Classes in org.mozilla.javascript.tools.debugger that implement ContextActionModifier and TypeClassDescriptionprivate static class
Proxy class to implement debug interfaces without bloat of class files. -
Uses of ContextAction in org.mozilla.javascript.tools.shell
Classes in org.mozilla.javascript.tools.shell that implement ContextActionModifier and TypeClassDescriptionprivate static class
Proxy class to avoid proliferation of anonymous classes.(package private) class
ContextFactory.call(ContextAction)
instead as this method relies on usage of a static singleton "global" ContextFactory.