Java 类org.eclipse.xtext.scoping.IgnoreCaseLinking 实例源码

项目:xtext-extras    文件:AbstractScopingFragment.java   
@Override
public Set<Binding> getGuiceBindingsRt(Grammar grammar) {
    BindFactory factory = new BindFactory();
    if (!XbaseGeneratorFragment.doesUseXbase(grammar)) {
        if(isGenerateStub) {
            factory.addTypeToType(IScopeProvider.class.getName(), getScopeProviderName(grammar, getNaming()));
        } else {
            factory.addTypeToType(IScopeProvider.class.getName(), getLocalScopeProvider().getName());
        }
        factory.addConfiguredBinding(
                IScopeProvider.class.getName() + "Delegate",
                "binder.bind(" + IScopeProvider.class.getName() + ".class"
                        + ").annotatedWith(com.google.inject.name.Names.named("
                        + AbstractDeclarativeScopeProvider.class.getName() + ".NAMED_DELEGATE" + ")).to("
                        + getLocalScopeProvider().getName() + ".class)");
        factory.addTypeToType(IGlobalScopeProvider.class.getName(), getGlobalScopeProvider().getName());
    }
    factory.addConfiguredBinding(IgnoreCaseLinking.class.getSimpleName(), "binder.bindConstant().annotatedWith("
            + IgnoreCaseLinking.class.getName() + ".class).to(" + isIgnoreCase() + ")");
    return factory.getBindings();
}
项目:pokemon-tcgo-deck-generator    文件:AbstractPkmntcgoRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:n4js    文件:AbstractTypesRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:n4js    文件:AbstractRegularExpressionRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:Xtext_Xtend_HTML_Generator    文件:AbstractMyDslRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:bromium    文件:AbstractBromiumRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:gw4e.project    文件:AbstractDSLPoliciesRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:lcdsl    文件:AbstractLcDslRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:gemoc-studio    文件:AbstractDslRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:org.xtext.dsl.restaurante    文件:AbstractRestauranteRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:OCCI-Studio    文件:AbstractOCCIRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractPureXbaseRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractXbaseRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractXbaseWithAnnotationsRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractRefactoringTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractRefactoringTestLanguage1RuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractContentAssistTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractRefactoringTestLanguage2RuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractBug462047LangRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractXImportSectionTestLangRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-extras    文件:AbstractContentAssistFragmentTestLangRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:M2Doc    文件:AbstractMyDslRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:minitl    文件:AbstractMinitlRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractPartialContentAssistTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractPartialSerializationTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractIndentationAwareUiTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractFileAwareTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractSimpleBeeLangTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractBeeLangTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractExBeeLangTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractXtextGrammarTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractNoJdtTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractIgnoreCaseImportsTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(true);
}
项目:xtext-core    文件:AbstractAbstractIgnoreCaseLinkingTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(true);
}
项目:xtext-core    文件:AbstractLangATestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:xtext-core    文件:AbstractIgnoreCaseNamespacesTestLanguageRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(true);
}
项目:Sparrow    文件:AbstractModelEditorRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:CooperateModelingEnvironment    文件:AbstractComponentRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}
项目:CooperateModelingEnvironment    文件:AbstractClsRuntimeModule.java   
public void configureIgnoreCaseLinking(Binder binder) {
    binder.bindConstant().annotatedWith(IgnoreCaseLinking.class).to(false);
}