Class ServiceFunctionMethod

  • All Implemented Interfaces:
    org.openjdk.nashorn.api.scripting.JSObject

    public class ServiceFunctionMethod
    extends org.openjdk.nashorn.api.scripting.AbstractJSObject
    • Constructor Detail

      • ServiceFunctionMethod

        public ServiceFunctionMethod​(Object service)
    • Method Detail

      • call

        public Object call​(Object thiz,
                           Object... args)
        Specified by:
        call in interface org.openjdk.nashorn.api.scripting.JSObject
        Overrides:
        call in class org.openjdk.nashorn.api.scripting.AbstractJSObject
      • isFunction

        public boolean isFunction()
        Specified by:
        isFunction in interface org.openjdk.nashorn.api.scripting.JSObject
        Overrides:
        isFunction in class org.openjdk.nashorn.api.scripting.AbstractJSObject