Package | Description |
---|---|
com.espertech.esper.epl.methodbase |
Dot-method validation for enumeration and date-time methods.
|
Modifier and Type | Method and Description |
---|---|
DotMethodFPParamTypeEnum |
DotMethodFPParam.getType() |
static DotMethodFPParamTypeEnum |
DotMethodFPParamTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotMethodFPParamTypeEnum[] |
DotMethodFPParamTypeEnum.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 |
DotMethodUtil.validateSpecificType(String methodUsedName,
DotMethodTypeEnum type,
DotMethodFPParamTypeEnum expectedTypeEnum,
Class expectedTypeClass,
Class providedType,
int parameterNum,
ExprNode parameterExpression) |
Constructor and Description |
---|
DotMethodFPParam(int lambdaParamNum,
String description,
DotMethodFPParamTypeEnum type) |
DotMethodFPParam(String description,
DotMethodFPParamTypeEnum type,
Class specificType) |