Class ContextControllerInitTermValidation
java.lang.Object
com.espertech.esper.common.internal.context.controller.initterm.ContextControllerInitTermValidation
- All Implemented Interfaces:
ContextControllerPortableInfo
public class ContextControllerInitTermValidation
extends Object
implements ContextControllerPortableInfo
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.context.controller.core.ContextControllerPortableInfo
EPTYPE
-
Method Summary
Modifier and TypeMethodDescriptionmake
(CodegenExpressionRef addInitSvc) void
validateStatement
(String contextName, StatementSpecCompiled spec, StatementCompileTimeServices compileTimeServices) void
visitFilterAddendumEventTypes
(Consumer<EventType> consumer)
-
Field Details
-
INSTANCE
-
-
Method Details
-
make
- Specified by:
make
in interfaceContextControllerPortableInfo
-
validateStatement
public void validateStatement(String contextName, StatementSpecCompiled spec, StatementCompileTimeServices compileTimeServices) throws ExprValidationException - Specified by:
validateStatement
in interfaceContextControllerPortableInfo
- Throws:
ExprValidationException
-
visitFilterAddendumEventTypes
- Specified by:
visitFilterAddendumEventTypes
in interfaceContextControllerPortableInfo
-