Class JsFunction


  • public class JsFunction
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.mozilla.javascript.Function function  
      org.mozilla.javascript.Scriptable scope  
    • Constructor Summary

      Constructors 
      Constructor Description
      JsFunction()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • scope

        public org.mozilla.javascript.Scriptable scope
      • function

        public org.mozilla.javascript.Function function