Package | Description |
---|---|
com.espertech.esper.epl.methodbase |
Dot-method validation for enumeration and date-time methods.
|
Modifier and Type | Method and Description |
---|---|
static DotMethodTypeEnum |
DotMethodTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotMethodTypeEnum[] |
DotMethodTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DotMethodFP |
DotMethodUtil.validateParametersDetermineFootprint(DotMethodFP[] footprints,
DotMethodTypeEnum methodType,
String methodUsedName,
DotMethodFPProvided providedFootprint,
DotMethodInputTypeMatcher inputTypeMatcher) |
static void |
DotMethodUtil.validateSpecificType(String methodUsedName,
DotMethodTypeEnum type,
DotMethodFPParamTypeEnum expectedTypeEnum,
Class expectedTypeClass,
Class providedType,
int parameterNum,
ExprNode parameterExpression) |