Class ModulatorKit


  • public class ModulatorKit
    extends Object
    Author:
    Vladlen Larionov
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • ModulatorKit

        public ModulatorKit()
    • Method Detail

      • lookup

        public void lookup()
      • notifyRoundStart

        public void notifyRoundStart​(RoundContext context)
      • notifyRoundStop

        public void notifyRoundStop()
      • notifyService

        public void notifyService​(ServiceElement service)
      • notifyAddTeleFacade

        public void notifyAddTeleFacade​(ServiceElement service)
      • notifyAddTeleMethod

        public void notifyAddTeleMethod​(TeleMethodElement teleMethod)
      • notifyLinkTeleParam

        public void notifyLinkTeleParam​(TeleParamElement teleParam,
                                        Deque<colesico.framework.assist.codegen.model.VarElement> varStack)
      • notifyTeleFacadeParsed

        public void notifyTeleFacadeParsed​(TeleFacadeElement teleFacade)
      • notifyServiceParsed

        public void notifyServiceParsed​(ServiceElement service)
      • notifyServiceGenerated

        public void notifyServiceGenerated​(ServiceElement service)
      • notifyGenerateIocProducer

        public void notifyGenerateIocProducer​(colesico.framework.ioc.codegen.generator.ProducerGenerator generator,
                                              Set<ServiceElement> services)