Class DotMethodFPParam

java.lang.Object
com.espertech.esper.common.internal.epl.methodbase.DotMethodFPParam
All Implemented Interfaces:
Serializable

public class DotMethodFPParam extends Object implements Serializable
See Also:
  • Constructor Details

    • DotMethodFPParam

      public DotMethodFPParam(int lambdaParamNum, String description, EPLExpressionParamType paramType)
      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 description
      paramType - parameter type
    • DotMethodFPParam

      public DotMethodFPParam(String description, EPLExpressionParamType paramType)
    • DotMethodFPParam

      public DotMethodFPParam(String description, EPLExpressionParamType paramType, Class... specificType)
  • Method Details

    • getLambdaParamNum

      public int getLambdaParamNum()
    • getDescription

      public String getDescription()
    • getParamType

      public EPLExpressionParamType getParamType()
    • getSpecificType

      public Class[] getSpecificType()