Class InstanceManufacturerFactoryFastCtor
java.lang.Object
com.espertech.esper.common.internal.event.bean.manufacturer.InstanceManufacturerFactoryFastCtor
- All Implemented Interfaces:
InstanceManufacturerFactory
public class InstanceManufacturerFactoryFastCtor
extends Object
implements InstanceManufacturerFactory
-
Constructor Summary
ConstructorDescriptionInstanceManufacturerFactoryFastCtor
(EPTypeClass targetClass, Constructor ctor, ExprForge[] forges) -
Method Summary
Modifier and TypeMethodDescriptioncodegen
(Object forge, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) getCtor()
-
Constructor Details
-
InstanceManufacturerFactoryFastCtor
public InstanceManufacturerFactoryFastCtor(EPTypeClass targetClass, Constructor ctor, ExprForge[] forges)
-
-
Method Details
-
makeEvaluator
- Specified by:
makeEvaluator
in interfaceInstanceManufacturerFactory
-
codegen
public CodegenExpression codegen(Object forge, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) - Specified by:
codegen
in interfaceInstanceManufacturerFactory
-
getTargetClass
-
getCtor
-