Package io.dialob.rule.parser
Class ParserUtil
- java.lang.Object
-
- io.dialob.rule.parser.ParserUtil
-
public class ParserUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ParserUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ValueTypegetReducerOperatorReturnType(@NotNull String reducer, @NotNull ValueType inputType)static booleanisBuiltInFunction(@NotNull String function)static booleanisReducerOperator(@NotNull String reducer)static ValueTypeitemTypeToValueType(@NotNull String itemType)
-
-
-
Method Detail
-
isBuiltInFunction
public static boolean isBuiltInFunction(@NotNull @NotNull String function)
-
isReducerOperator
public static boolean isReducerOperator(@NotNull @NotNull String reducer)
-
getReducerOperatorReturnType
public static ValueType getReducerOperatorReturnType(@NotNull @NotNull String reducer, @NotNull @NotNull ValueType inputType)
-
-