Class DatetimeMethodResolver
java.lang.Object
com.espertech.esper.common.internal.epl.datetime.eval.DatetimeMethodResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DatetimeMethodDesc
fromName
(String name, ClasspathImportServiceCompileTime classpathImportService) static boolean
isDateTimeMethod
(String name, ClasspathImportServiceCompileTime classpathImportService)
-
Constructor Details
-
DatetimeMethodResolver
public DatetimeMethodResolver()
-
-
Method Details
-
isDateTimeMethod
public static boolean isDateTimeMethod(String name, ClasspathImportServiceCompileTime classpathImportService) throws ExprValidationException - Throws:
ExprValidationException
-
fromName
public static DatetimeMethodDesc fromName(String name, ClasspathImportServiceCompileTime classpathImportService) throws ExprValidationException - Throws:
ExprValidationException
-