@Inject public CheckTemplateProposalProvider(final TemplateStore templateStore, final ContextTypeRegistry registry, final ContextTypeIdHelper helper) { super(templateStore, registry, helper); }
@Inject public CheckCfgTemplateProposalProvider(final TemplateStore templateStore, final ContextTypeRegistry registry, final ContextTypeIdHelper helper) { super(templateStore, registry, helper); this.templateStore = templateStore; }
@Inject public SGenTemplateProposalProvider(TemplateStore templateStore, ContextTypeRegistry registry, ContextTypeIdHelper helper) { super(templateStore, registry, helper); this.helper = helper; }
@Inject public CooperateTemplateProposalProvider(TemplateStore templateStore, org.eclipse.jface.text.templates.ContextTypeRegistry registry, ContextTypeIdHelper helper) { super(templateStore, registry, helper); }
@Inject public TerminalRuleAwareTemplateProposalProvider(final TemplateStore templateStoreArg, final ContextTypeRegistry registryArg, final ContextTypeIdHelper helperArg) { super(templateStoreArg, registryArg, helperArg); this.registry = registryArg; this.helper = helperArg; }
@Inject public TerminalRuleAwareTemplateContextTypeRegistry(final IGrammarAccess grammarAccess, final Provider<XtextTemplateContextType> ctxTypeProvider, final ContextTypeIdHelper helper) { super(grammarAccess, ctxTypeProvider, helper); }
@Inject public CharacterScriptTemplateProposalProvider(final TemplateStore templateStore, final ContextTypeRegistry registry, final ContextTypeIdHelper helper) { super(templateStore, registry, helper); this.helper = helper; }