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 Details

    • getInitializationExpression

      CodegenExpression getInitializationExpression(CodegenClassScope classScope)
      Returns the initialization expression
      Parameters:
      classScope - the class scope
      Returns:
      class scope