Uses of Enum Class
pl.decerto.hyperon.runtime.constants.FunctionCode
Packages that use FunctionCode
-
Uses of FunctionCode in pl.decerto.hyperon.runtime.constants
Methods in pl.decerto.hyperon.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 pl.decerto.hyperon.runtime.invoker
Methods in pl.decerto.hyperon.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)