org.eclipse.xtext.Constants的实例源码

项目:pokemon-tcgo-deck-generator    文件AbstractPkmntcgoRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("de.baernreuther.dsls.Pkmntcgo");
}
项目:pokemon-tcgo-deck-generator    文件AbstractPkmntcgoRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("ptcgo");
}
项目:n4js    文件AbstractTypeExpressionsRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.n4js.ts.TypeExpressions");
}
项目:n4js    文件AbstractTypeExpressionsRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("n4ts");
}
项目:n4js    文件AbstractTypesRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.n4js.ts.Types");
}
项目:n4js    文件AbstractTypesRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("n4ts");
}
项目:n4js    文件AbstractUnicodeRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.n4js.common.unicode.Unicode");
}
项目:n4js    文件AbstractUnicodeRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("unicode");
}
项目:n4js    文件AbstractRegularExpressionRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.n4js.regex.RegularExpression");
}
项目:n4js    文件AbstractRegularExpressionRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("regex");
}
项目:n4js    文件AbstractN4JSRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.n4js.N4JS");
}
项目:n4js    文件AbstractN4JSRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("n4js,n4jsx,js,jsx,n4jsd");
}
项目:n4js    文件AbstractN4MFRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.n4js.n4mf.N4MF");
}
项目:n4js    文件AbstractN4MFRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("n4mf");
}
项目:DocIT    文件AbstractIOIRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.ioicompanies.lang.IOI");
}
项目:DocIT    文件AbstractIOIRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("ioi");
}
项目:Xtext_Xtend_HTML_Generator    文件AbstractMyDslRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.xtext.example.mydsl.MyDsl");
}
项目:Xtext_Xtend_HTML_Generator    文件AbstractMyDslRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("mensa");
}
项目:bromium    文件AbstractbromiumRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("com.hribol.bromium.dsl.bromium");
}
项目:bromium    文件AbstractbromiumRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("brm");
}
项目:gw4e.project    文件AbstractDSLPoliciesRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("gw4e.eclipse.dsl.DSLPolicies");
}
项目:gw4e.project    文件AbstractDSLPoliciesRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("policies");
}
项目:lcdsl    文件AbstractLcDslRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("com.wamas.ide.launching.LcDsl");
}
项目:lcdsl    文件AbstractLcDslRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("lc");
}
项目:Saturn    文件AbstractKronusRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("com.ms.qaTools.saturn.Kronus");
}
项目:Saturn    文件AbstractKronusRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("kronus");
}
项目:gemoc-studio    文件AbstractDslRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.gemoc.Dsl");
}
项目:gemoc-studio    文件AbstractDslRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("dsl");
}
项目:gemoc-studio    文件AbstractGExpressionsRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.gemoc.gexpressions.xtext.GExpressions");
}
项目:gemoc-studio    文件AbstractGExpressionsRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("gexpressions");
}
项目:org.xtext.dsl.restaurante    文件AbstractRestauranteRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.xtext.dsl.restaurante.Restaurante");
}
项目:org.xtext.dsl.restaurante    文件AbstractRestauranteRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("rest");
}
项目:OCCI-Studio    文件AbstractOCCIRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("org.eclipse.cmf.occi.core.xtext.OCCI");
}
项目:OCCI-Studio    文件AbstractOCCIRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("occi");
}
项目:SurveyDSL    文件AbstractQueryITRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("xtext.QueryIT");
}
项目:SurveyDSL    文件AbstractQueryITRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("qit");
}
项目:jason-eclipse-plugin    文件AbstractAslRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("jasonide.xtext.asl.Asl");
}
项目:dsl-devkit    文件AbstractExportRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("export");
}
项目:jason-eclipse-plugin    文件AbstractMas2jRuntimeModule.java   
public void configureLanguageName(Binder binder) {
    binder.bind(String.class).annotatedWith(Names.named(Constants.LANGUAGE_NAME)).toInstance("jasonide.xtext.mas2j.Mas2j");
}
项目:xtext-core    文件AbstractInheritanceTest2LanguageRuntimeModule.java   
public void configureFileExtensions(Binder binder) {
    if (properties == null || properties.getProperty(Constants.FILE_EXTENSIONS) == null)
        binder.bind(String.class).annotatedWith(Names.named(Constants.FILE_EXTENSIONS)).toInstance("inheritancetest2language");
}

相关文章

买水果
比较全面的redis工具类
gson 反序列化到多态子类
java 版本的 mb_strwidth
JAVA 反转字符串的最快方法,大概比StringBuffer.reverse()性...
com.google.gson.internal.bind.ArrayTypeAdapter的实例源码...