예제 #1
0
 @Override
 public void configureContentAssistLexerProvider(Binder binder) {
   binder
       .bind(InternalXtendLexer.class)
       .toProvider(LexerProvider.create(DisabledInternalLexer.class));
   binder
       .bind(DisabledInternalLexer.class)
       .toProvider(LexerProvider.create(DisabledInternalLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         org.eclipse.xtext.parser.keywords.parser.antlr.internal.InternalKeywordsTestLanguageLexer>
     provideInternalKeywordsTestLanguageLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.eclipse.xtext.parser.keywords.parser.antlr.internal.InternalKeywordsTestLanguageLexer
           .class);
 }
예제 #3
0
 /**
  * Override that injects a wrapper for the external lexer used by the main parser. contributed by
  * org.eclipse.xtext.generator.parser.antlr.ex.ca.ContentAssistParserGeneratorFragment
  */
 @Override
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(PPContentAssistLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(PPContentAssistLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(org.gemoc.bcool.ui.contentassist.antlr.internal.InternalBCOoLLibLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.gemoc.bcool.ui.contentassist.antlr.internal.InternalBCOoLLibLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(org.xtext.bhdrkn.ui.contentassist.antlr.internal.InternalFouroperationLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.xtext.bhdrkn.ui.contentassist.antlr.internal.InternalFouroperationLexer.class));
 }
예제 #6
0
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(org.xtext.editor.yang.ui.contentassist.antlr.internal.InternalYangLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.xtext.editor.yang.ui.contentassist.antlr.internal.InternalYangLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         org.eclipse.xtext.serializer.parser.antlr.internal.InternalSequencerTestLanguageLexer>
     provideInternalSequencerTestLanguageLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.eclipse.xtext.serializer.parser.antlr.internal.InternalSequencerTestLanguageLexer
           .class);
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         org.eclipse.xtext.resource.parser.antlr.internal.InternalLiveContainerTestLanguageLexer>
     provideInternalLiveContainerTestLanguageLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.eclipse.xtext.resource.parser.antlr.internal.InternalLiveContainerTestLanguageLexer
           .class);
 }
예제 #9
0
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(com.concur.babel.ui.contentassist.antlr.internal.InternalBabelIdlLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               com.concur.babel.ui.contentassist.antlr.internal.InternalBabelIdlLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(no.hal.emfs.xtext.ui.contentassist.antlr.internal.InternalXemfsLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               no.hal.emfs.xtext.ui.contentassist.antlr.internal.InternalXemfsLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(org.xtext.project.tdsl.ui.contentassist.antlr.internal.InternalTransfoDslLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.xtext.project.tdsl.ui.contentassist.antlr.internal.InternalTransfoDslLexer
                   .class));
 }
예제 #12
0
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(at.ac.tuwien.big.momot.lang.ui.contentassist.antlr.internal.InternalMOMoTLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               at.ac.tuwien.big.momot.lang.ui.contentassist.antlr.internal.InternalMOMoTLexer
                   .class));
 }
예제 #13
0
 // contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
 public void configureContentAssistLexerProvider(Binder binder) {
   binder
       .bind(org.eclipse.xtend.ide.common.contentassist.antlr.internal.InternalXtendLexer.class)
       .toProvider(
           LexerProvider.create(
               org.eclipse.xtend.ide.common.contentassist.antlr.internal.InternalXtendLexer
                   .class));
 }
예제 #14
0
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(org.yakindu.sct.model.stext.ui.contentassist.antlr.internal.InternalSTextLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.yakindu.sct.model.stext.ui.contentassist.antlr.internal.InternalSTextLexer
                   .class));
 }
예제 #15
0
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(com.lowcoupling.mdpm.lng.plan.ui.contentassist.antlr.internal.InternalPlanLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               com.lowcoupling.mdpm.lng.plan.ui.contentassist.antlr.internal.InternalPlanLexer
                   .class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         org.eclipse.xtext.testlanguages.indent.parser.antlr.internal
             .InternalIndentationAwareTestLanguageLexer>
     provideInternalIndentationAwareTestLanguageLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.eclipse.xtext.testlanguages.indent.parser.antlr.internal
           .InternalIndentationAwareTestLanguageLexer.class);
 }
예제 #17
0
 // contributed by
 // org.eclipse.xtext.generator.parser.antlr.ex.ca.ContentAssistParserGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(com.rockwellcollins.atc.agree.ui.contentassist.antlr.lexer.InternalAgreeLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               com.rockwellcollins.atc.agree.ui.contentassist.antlr.lexer.InternalAgreeLexer
                   .class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         org.eclipse.xtext.grammarinheritance.parser.antlr.internal
             .InternalInheritanceTest2LanguageLexer>
     provideInternalInheritanceTest2LanguageLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.eclipse.xtext.grammarinheritance.parser.antlr.internal
           .InternalInheritanceTest2LanguageLexer.class);
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         org.eclipse.xtext.validation.parser.antlr.internal
             .InternalConcreteSyntaxValidationTestLanguageLexer>
     provideInternalConcreteSyntaxValidationTestLanguageLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.eclipse.xtext.validation.parser.antlr.internal
           .InternalConcreteSyntaxValidationTestLanguageLexer.class);
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           org.xtext.example.mydsl1.group.ui.contentassist.antlr.internal.InternalMyDslLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.xtext.example.mydsl1.group.ui.contentassist.antlr.internal.InternalMyDslLexer
                   .class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           org.xtext.guicemodules.ui.contentassist.antlr.internal.InternalGuiceModulesLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.xtext.guicemodules.ui.contentassist.antlr.internal.InternalGuiceModulesLexer
                   .class));
 }
예제 #22
0
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           org.eclipse.xtext.ui.tests.quickfix.ui.contentassist.antlr.internal
               .InternalQuickfixCrossrefTestLanguageLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.eclipse.xtext.ui.tests.quickfix.ui.contentassist.antlr.internal
                   .InternalQuickfixCrossrefTestLanguageLexer.class));
 }
 // contributed by
 // org.eclipse.xtext.generator.parser.antlr.ex.ca.ContentAssistParserGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           org.eclipse.xtext.testlanguages.backtracking.ui.contentassist.antlr.lexer
               .InternalExBeeLangTestLanguageLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.eclipse.xtext.testlanguages.backtracking.ui.contentassist.antlr.lexer
                   .InternalExBeeLangTestLanguageLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           net.certware.argument.sfp.ui.contentassist.antlr.internal.InternalSemiFormalProofLexer
               .class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               net.certware.argument.sfp.ui.contentassist.antlr.internal
                   .InternalSemiFormalProofLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           org.xtext.smokingtext.diagramclass.ui.contentassist.antlr.internal
               .InternalDiagramClassLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.xtext.smokingtext.diagramclass.ui.contentassist.antlr.internal
                   .InternalDiagramClassLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrUiGeneratorFragment
 public void configureContentAssistLexerProvider(com.google.inject.Binder binder) {
   binder
       .bind(
           org.eclipse.papyrus.uml.textedit.parameter.xtext.ui.contentassist.antlr.internal
               .InternalUmlParameterLexer.class)
       .toProvider(
           org.eclipse.xtext.parser.antlr.LexerProvider.create(
               org.eclipse.papyrus.uml.textedit.parameter.xtext.ui.contentassist.antlr.internal
                   .InternalUmlParameterLexer.class));
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.ex.rt.AntlrGeneratorFragment
 public com.google.inject.Provider<com.jaspersoft.studio.data.parser.antlr.lexer.InternalSqlLexer>
     provideInternalSqlLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       com.jaspersoft.studio.data.parser.antlr.lexer.InternalSqlLexer.class);
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<org.macjariel.karel.parser.antlr.internal.InternalKarelLexer>
     provideInternalKarelLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       org.macjariel.karel.parser.antlr.internal.InternalKarelLexer.class);
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<no.hal.quiz.xtext.parser.antlr.internal.InternalXQuizLexer>
     provideInternalXQuizLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       no.hal.quiz.xtext.parser.antlr.internal.InternalXQuizLexer.class);
 }
 // contributed by org.eclipse.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment
 public com.google.inject.Provider<
         cz.cvut.earlgrey.classmodel.parser.antlr.internal.InternalClassmodelLexer>
     provideInternalClassmodelLexer() {
   return org.eclipse.xtext.parser.antlr.LexerProvider.create(
       cz.cvut.earlgrey.classmodel.parser.antlr.internal.InternalClassmodelLexer.class);
 }