Uses of Class
com.espertech.esper.common.internal.epl.enummethod.eval.EnumForgeDesc
Package
Description
Enumeration method implementations.
Enumeration base method implementations for zero-parameter and lambda-one-parameter with up to three forms: selector, index, size.
Enumeration method base implementations for enum methods that have a two-lambda form.
-
Uses of EnumForgeDesc in com.espertech.esper.common.internal.epl.enummethod.eval
Modifier and TypeMethodDescriptionEnumForgeDescFactory.makeEnumForgeDesc
(List<ExprDotEvalParam> bodiesAndParameters, int streamCountIncoming, StatementCompileTimeServices services) -
Uses of EnumForgeDesc in com.espertech.esper.common.internal.epl.enummethod.eval.singlelambdaopt3form.base
Modifier and TypeMethodDescriptionThreeFormBaseFactory.makeEnumForgeDesc
(List<ExprDotEvalParam> bodiesAndParameters, int streamCountIncoming, StatementCompileTimeServices services) ThreeFormNoParamFactory.makeEnumForgeDesc
(List<ExprDotEvalParam> bodiesAndParameters, int streamCountIncoming, StatementCompileTimeServices statementCompileTimeService) -
Uses of EnumForgeDesc in com.espertech.esper.common.internal.epl.enummethod.eval.twolambda.base
Modifier and TypeMethodDescriptionTwoLambdaThreeFormEventPlainFactory.ForgeFunction.apply
(ExprDotEvalParamLambda first, ExprDotEvalParamLambda second, int streamCountIncoming, StatementCompileTimeServices services) TwoLambdaThreeFormEventPlusFactory.ForgeFunction.apply
(ExprDotEvalParamLambda first, ExprDotEvalParamLambda second, int streamCountIncoming, ObjectArrayEventType firstType, ObjectArrayEventType secondType, int numParameters, StatementCompileTimeServices services) TwoLambdaThreeFormScalarFactory.ForgeFunction.apply
(ExprDotEvalParamLambda first, ExprDotEvalParamLambda second, ObjectArrayEventType eventTypeFirst, ObjectArrayEventType eventTypeSecond, int streamCountIncoming, int numParams) TwoLambdaThreeFormEventPlainFactory.makeEnumForgeDesc
(List<ExprDotEvalParam> bodiesAndParameters, int streamCountIncoming, StatementCompileTimeServices services) TwoLambdaThreeFormEventPlusFactory.makeEnumForgeDesc
(List<ExprDotEvalParam> bodiesAndParameters, int streamCountIncoming, StatementCompileTimeServices services) TwoLambdaThreeFormScalarFactory.makeEnumForgeDesc
(List<ExprDotEvalParam> bodiesAndParameters, int streamCountIncoming, StatementCompileTimeServices services)