Class ExprNodeUtilityResolve
java.lang.Object
com.espertech.esper.common.internal.epl.expression.core.ExprNodeUtilityResolve
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExprNodeUtilMethodDesc
resolveMethodAllowWildcardAndStream
(String className, EPTypeClass optionalClass, String methodName, List<ExprNode> parameters, boolean allowWildcard, EventType wildcardType, ExprNodeUtilResolveExceptionHandler exceptionHandler, String functionName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services)
-
Constructor Details
-
ExprNodeUtilityResolve
public ExprNodeUtilityResolve()
-
-
Method Details
-
resolveMethodAllowWildcardAndStream
public static ExprNodeUtilMethodDesc resolveMethodAllowWildcardAndStream(String className, EPTypeClass optionalClass, String methodName, List<ExprNode> parameters, boolean allowWildcard, EventType wildcardType, ExprNodeUtilResolveExceptionHandler exceptionHandler, String functionName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) throws ExprValidationException - Throws:
ExprValidationException
-