Package | Description |
---|---|
com.espertech.esper.common.internal.epl.methodbase |
Dot-method validation for enumeration and date-time methods.
|
com.espertech.esper.common.internal.epl.util |
Modifier and Type | Method and Description |
---|---|
EPLExpressionParamType |
DotMethodFPParam.getParamType() |
Constructor and Description |
---|
DotMethodFPParam(int lambdaParamNum,
String description,
EPLExpressionParamType paramType)
Ctor.
|
DotMethodFPParam(String description,
EPLExpressionParamType paramType) |
DotMethodFPParam(String description,
EPLExpressionParamType paramType,
Class... specificType) |
Modifier and Type | Method and Description |
---|---|
static EPLExpressionParamType |
EPLExpressionParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPLExpressionParamType[] |
EPLExpressionParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
EPLValidationUtil.validateParametersTypePredefined(ExprNode[] expressions,
String invocableName,
String invocableCategory,
EPLExpressionParamType type) |
static void |
EPLValidationUtil.validateParameterType(String invocableName,
String invocableCategory,
boolean isFunction,
EPLExpressionParamType expectedTypeEnum,
Class[] expectedTypeClasses,
EPType providedTypeCanNull,
int parameterNum,
ExprNode parameterExpression) |
Copyright © 2005–2022. All rights reserved.