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 TypeMethodDescriptiongetInitializationExpression
(CodegenClassScope classScope) Returns the initialization expression
-
Method Details
-
getInitializationExpression
Returns the initialization expression- Parameters:
classScope
- the class scope- Returns:
- class scope
-