Uses of Enum Class
io.higson.runtime.constants.FunctionCode
Packages that use FunctionCode
Package
Description
-
Uses of FunctionCode in io.higson.runtime.constants
Methods in io.higson.runtime.constants that return FunctionCodeModifier and TypeMethodDescriptionstatic FunctionCodeReturns the enum constant of this class with the specified name.static FunctionCode[]FunctionCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FunctionCode in io.higson.runtime.invoker
Methods in io.higson.runtime.invoker with parameters of type FunctionCodeModifier and TypeMethodDescriptionvoidGroovyFunctionInvoker.addGlobalObject(FunctionCode functionCode, Object obj) voidRhinoFunctionInvoker.addGlobalObject(FunctionCode functionCode, Object obj) -
Uses of FunctionCode in io.higson.runtime.invoker.python
Methods in io.higson.runtime.invoker.python that return types with arguments of type FunctionCodeMethods in io.higson.runtime.invoker.python with parameters of type FunctionCodeModifier and TypeMethodDescriptionvoidPythonFunctionInvoker.addGlobalObject(FunctionCode code, Object obj)