Class DotMethodFPParam
java.lang.Object
com.espertech.esper.common.internal.epl.methodbase.DotMethodFPParam
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionDotMethodFPParam
(int lambdaParamNum, String description, EPLExpressionParamType paramType) Ctor.DotMethodFPParam
(String description, EPLExpressionParamType paramType) DotMethodFPParam
(String description, EPLExpressionParamType paramType, Class... specificType) -
Method Summary
-
Constructor Details
-
DotMethodFPParam
Ctor.- Parameters:
lambdaParamNum
- number of parameters that are lambda-parameters, i.e. zero for no-lambda, or 1 for "a => ..." or 2 for "(a,b) => ..."description
- parameter descriptionparamType
- parameter type
-
DotMethodFPParam
-
DotMethodFPParam
public DotMethodFPParam(String description, EPLExpressionParamType paramType, Class... specificType)
-
-
Method Details
-
getLambdaParamNum
public int getLambdaParamNum() -
getDescription
-
getParamType
-
getSpecificType
-