Uses of Class
com.blackrook.expression.functions.CommonFunctions
-
Packages that use CommonFunctions Package Description com.blackrook.expression.functions Contains common functions. -
-
Uses of CommonFunctions in com.blackrook.expression.functions
Methods in com.blackrook.expression.functions that return CommonFunctions Modifier and Type Method Description static CommonFunctions
CommonFunctions. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonFunctions[]
CommonFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-