Class StmtClassForgeableAIFactoryProviderCreateVariable
java.lang.Object
com.espertech.esper.common.internal.compile.stage3.StmtClassForgeableAIFactoryProviderBase
com.espertech.esper.common.internal.context.aifactory.createvariable.StmtClassForgeableAIFactoryProviderCreateVariable
- All Implemented Interfaces:
StmtClassForgeable
public class StmtClassForgeableAIFactoryProviderCreateVariable
extends StmtClassForgeableAIFactoryProviderBase
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.compile.stage3.StmtClassForgeableAIFactoryProviderBase
MEMBERNAME_STATEMENTAIFACTORY
-
Constructor Summary
ConstructorDescriptionStmtClassForgeableAIFactoryProviderCreateVariable
(String className, CodegenPackageScope packageScope, StatementAgentInstanceFactoryCreateVariableForge forge, String variableName, DataInputOutputSerdeForge serde) -
Method Summary
Modifier and TypeMethodDescriptionprotected CodegenMethod
codegenConstructorInit
(CodegenMethodScope parent, CodegenClassScope classScope) protected EPTypeClass
Methods inherited from class com.espertech.esper.common.internal.compile.stage3.StmtClassForgeableAIFactoryProviderBase
forge, getClassName, getForgeableType
-
Constructor Details
-
StmtClassForgeableAIFactoryProviderCreateVariable
public StmtClassForgeableAIFactoryProviderCreateVariable(String className, CodegenPackageScope packageScope, StatementAgentInstanceFactoryCreateVariableForge forge, String variableName, DataInputOutputSerdeForge serde)
-
-
Method Details
-
typeOfFactory
- Specified by:
typeOfFactory
in classStmtClassForgeableAIFactoryProviderBase
-
codegenConstructorInit
protected CodegenMethod codegenConstructorInit(CodegenMethodScope parent, CodegenClassScope classScope) - Specified by:
codegenConstructorInit
in classStmtClassForgeableAIFactoryProviderBase
-