Package com.soffid.iam.interp
Class ServiceFunctionMethod
- java.lang.Object
-
- org.openjdk.nashorn.api.scripting.AbstractJSObject
-
- com.soffid.iam.interp.ServiceFunctionMethod
-
- All Implemented Interfaces:
org.openjdk.nashorn.api.scripting.JSObject
public class ServiceFunctionMethod extends org.openjdk.nashorn.api.scripting.AbstractJSObject
-
-
Constructor Summary
Constructors Constructor Description ServiceFunctionMethod(Object service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
call(Object thiz, Object... args)
boolean
isFunction()
-
Methods inherited from class org.openjdk.nashorn.api.scripting.AbstractJSObject
eval, getClassName, getDefaultValue, getMember, getSlot, hasMember, hasSlot, isArray, isInstance, isInstanceOf, isStrictFunction, keySet, newObject, removeMember, setMember, setSlot, toNumber, values
-
-
-
-
Constructor Detail
-
ServiceFunctionMethod
public ServiceFunctionMethod(Object service)
-
-
Method Detail
-
call
public Object call(Object thiz, Object... args)
- Specified by:
call
in interfaceorg.openjdk.nashorn.api.scripting.JSObject
- Overrides:
call
in classorg.openjdk.nashorn.api.scripting.AbstractJSObject
-
isFunction
public boolean isFunction()
- Specified by:
isFunction
in interfaceorg.openjdk.nashorn.api.scripting.JSObject
- Overrides:
isFunction
in classorg.openjdk.nashorn.api.scripting.AbstractJSObject
-
-