Class EnumMethodResolver
java.lang.Object
com.espertech.esper.common.internal.epl.enummethod.dot.EnumMethodResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EnumMethodDesc
fromName
(String name, ClasspathImportServiceCompileTime classpathImportService) static boolean
isEnumerationMethod
(String name, ClasspathImportServiceCompileTime classpathImportService)
-
Constructor Details
-
EnumMethodResolver
public EnumMethodResolver()
-
-
Method Details
-
isEnumerationMethod
public static boolean isEnumerationMethod(String name, ClasspathImportServiceCompileTime classpathImportService) throws ExprValidationException - Throws:
ExprValidationException
-
fromName
public static EnumMethodDesc fromName(String name, ClasspathImportServiceCompileTime classpathImportService) throws ExprValidationException - Throws:
ExprValidationException
-