Class EvalFollowedByForgeNode
java.lang.Object
com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNodeBase
com.espertech.esper.common.internal.epl.pattern.followedby.EvalFollowedByForgeNode
- All Implemented Interfaces:
EvalForgeNode
This class represents a followed-by operator in the evaluation tree representing any event expressions.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNodeBase
audit, factoryNodeId
-
Constructor Summary
ConstructorDescriptionEvalFollowedByForgeNode
(boolean attachPatternText, List<ExprNode> optionalMaxExpressions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
collectSelfFilterAndSchedule
(Function<Short, CallbackAttribution> callbackAttribution, List<FilterSpecTracked> filters, List<ScheduleHandleTracked> schedules) Returns precendence.protected void
inlineCodegen
(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) protected String
void
setOptionalMaxExpressions
(List<ExprNode> optionalMaxExpressions) void
toPrecedenceFreeEPL
(StringWriter writer) final String
toString()
protected EPTypeClass
Methods inherited from class com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNodeBase
addChildNode, addChildNodes, getChildNodes, getFactoryNodeId, isAudit, makeCodegen, setAudit, setFactoryNodeId, setStateMgmtSettings, toEPL
-
Constructor Details
-
EvalFollowedByForgeNode
-
-
Method Details
-
getOptionalMaxExpressions
-
setOptionalMaxExpressions
-
toString
-
toPrecedenceFreeEPL
- Specified by:
toPrecedenceFreeEPL
in classEvalForgeNodeBase
-
getPrecedence
Description copied from interface:EvalForgeNode
Returns precendence.- Returns:
- precendence
-
typeOfFactory
- Specified by:
typeOfFactory
in classEvalForgeNodeBase
-
nameOfFactory
- Specified by:
nameOfFactory
in classEvalForgeNodeBase
-
inlineCodegen
protected void inlineCodegen(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
inlineCodegen
in classEvalForgeNodeBase
-
collectSelfFilterAndSchedule
public void collectSelfFilterAndSchedule(Function<Short, CallbackAttribution> callbackAttribution, List<FilterSpecTracked> filters, List<ScheduleHandleTracked> schedules) -
appliesTo
- Specified by:
appliesTo
in classEvalForgeNodeBase
-