Package io.appform.hope.lang.utils
Class TypeUtils
- java.lang.Object
-
- io.appform.hope.lang.utils.TypeUtils
-
public class TypeUtils extends Object
A bunch of utils used by parser
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FunctionValuefunction(FunctionRegistry functionRegistry, String name, List<Value> values)
-
-
-
Method Detail
-
function
public static FunctionValue function(FunctionRegistry functionRegistry, String name, List<Value> values)
-
-