Class DotMethodUtil
java.lang.Object
com.espertech.esper.common.internal.epl.methodbase.DotMethodUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DotMethodFPProvided
getProvidedFootprint
(List<ExprNode> parameters) static DotMethodFP
validateParametersDetermineFootprint
(DotMethodFP[] footprints, DotMethodTypeEnum methodType, String methodUsedName, DotMethodFPProvided providedFootprint, DotMethodInputTypeMatcher inputTypeMatcher)
-
Constructor Details
-
DotMethodUtil
public DotMethodUtil()
-
-
Method Details
-
getProvidedFootprint
-
validateParametersDetermineFootprint
public static DotMethodFP validateParametersDetermineFootprint(DotMethodFP[] footprints, DotMethodTypeEnum methodType, String methodUsedName, DotMethodFPProvided providedFootprint, DotMethodInputTypeMatcher inputTypeMatcher) throws ExprValidationException - Throws:
ExprValidationException
-