Class ScriptDebugger.AlfrescoScopeProvider

  • All Implemented Interfaces:
    org.mozilla.javascript.tools.debugger.ScopeProvider
    Enclosing class:
    ScriptDebugger

    public static class ScriptDebugger.AlfrescoScopeProvider
    extends java.lang.Object
    implements org.mozilla.javascript.tools.debugger.ScopeProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.mozilla.javascript.Scriptable getScope()
      Returns the scope for script evaluations.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getScope

        public org.mozilla.javascript.Scriptable getScope()
        Returns the scope for script evaluations.
        Specified by:
        getScope in interface org.mozilla.javascript.tools.debugger.ScopeProvider