Interface InjectionStrategy
- All Known Implementing Classes:
InjectionStrategyClassNewInstance
public interface InjectionStrategy
Interface for providing the compiler with code that allocates and initializes an instance of some class
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression
getInitializationExpression
(com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope classScope) Returns the initialization expression
-
Method Details
-
getInitializationExpression
com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression getInitializationExpression(com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope classScope) Returns the initialization expression- Parameters:
classScope
- the class scope- Returns:
- class scope
-