Uses of Enum Class
io.higson.runtime.constants.FunctionCode
Packages that use FunctionCode
-
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) voidPythonFunctionInvoker.addGlobalObject(FunctionCode code, Object obj) voidRhinoFunctionInvoker.addGlobalObject(FunctionCode functionCode, Object obj)