mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
regenerated test languages
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
This commit is contained in:
parent
127b2af797
commit
607e2cd031
122 changed files with 376 additions and 713 deletions
|
@ -77,7 +77,7 @@ public abstract class AbstractXtextGrammarTestLanguageRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalXtextGrammarTestLanguageLexer> provideInternalXtextGrammarTestLanguageLexer() {
|
||||
public Provider<? extends InternalXtextGrammarTestLanguageLexer> provideInternalXtextGrammarTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalXtextGrammarTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractDummyTestLanguageRuntimeModule extends DefaultRunt
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalDummyTestLanguageLexer> provideInternalDummyTestLanguageLexer() {
|
||||
public Provider<? extends InternalDummyTestLanguageLexer> provideInternalDummyTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalDummyTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEnumAndReferenceTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEnumAndReferenceTestLanguageLexer> provideInternalEnumAndReferenceTestLanguageLexer() {
|
||||
public Provider<? extends InternalEnumAndReferenceTestLanguageLexer> provideInternalEnumAndReferenceTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEnumAndReferenceTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEnumRulesTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEnumRulesTestLanguageLexer> provideInternalEnumRulesTestLanguageLexer() {
|
||||
public Provider<? extends InternalEnumRulesTestLanguageLexer> provideInternalEnumRulesTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEnumRulesTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractMultiRuleEnumTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalMultiRuleEnumTestLanguageLexer> provideInternalMultiRuleEnumTestLanguageLexer() {
|
||||
public Provider<? extends InternalMultiRuleEnumTestLanguageLexer> provideInternalMultiRuleEnumTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalMultiRuleEnumTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractFormatterTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalFormatterTestLanguageLexer> provideInternalFormatterTestLanguageLexer() {
|
||||
public Provider<? extends InternalFormatterTestLanguageLexer> provideInternalFormatterTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalFormatterTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractRegionAccessTestLanguageRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalRegionAccessTestLanguageLexer> provideInternalRegionAccessTestLanguageLexer() {
|
||||
public Provider<? extends InternalRegionAccessTestLanguageLexer> provideInternalRegionAccessTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalRegionAccessTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEcoreFragmentTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEcoreFragmentTestLanguageLexer> provideInternalEcoreFragmentTestLanguageLexer() {
|
||||
public Provider<? extends InternalEcoreFragmentTestLanguageLexer> provideInternalEcoreFragmentTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEcoreFragmentTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractSubTestLanguageRuntimeModule extends DefaultRuntim
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSubTestLanguageLexer> provideInternalSubTestLanguageLexer() {
|
||||
public Provider<? extends InternalSubTestLanguageLexer> provideInternalSubTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSubTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractSuperTestLanguageRuntimeModule extends DefaultRunt
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSuperTestLanguageLexer> provideInternalSuperTestLanguageLexer() {
|
||||
public Provider<? extends InternalSuperTestLanguageLexer> provideInternalSuperTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSuperTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractGrammarAccessTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalGrammarAccessTestLanguageLexer> provideInternalGrammarAccessTestLanguageLexer() {
|
||||
public Provider<? extends InternalGrammarAccessTestLanguageLexer> provideInternalGrammarAccessTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalGrammarAccessTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractAbstractTestLanguageRuntimeModule extends DefaultR
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalAbstractTestLanguageLexer> provideInternalAbstractTestLanguageLexer() {
|
||||
public Provider<? extends InternalAbstractTestLanguageLexer> provideInternalAbstractTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalAbstractTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBaseInheritanceTestLanguageRuntimeModule extends D
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBaseInheritanceTestLanguageLexer> provideInternalBaseInheritanceTestLanguageLexer() {
|
||||
public Provider<? extends InternalBaseInheritanceTestLanguageLexer> provideInternalBaseInheritanceTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBaseInheritanceTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractConcreteTestLanguageRuntimeModule extends DefaultR
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalConcreteTestLanguageLexer> provideInternalConcreteTestLanguageLexer() {
|
||||
public Provider<? extends InternalConcreteTestLanguageLexer> provideInternalConcreteTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalConcreteTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractInheritanceTest2LanguageRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalInheritanceTest2LanguageLexer> provideInternalInheritanceTest2LanguageLexer() {
|
||||
public Provider<? extends InternalInheritanceTest2LanguageLexer> provideInternalInheritanceTest2LanguageLexer() {
|
||||
return LexerProvider.create(InternalInheritanceTest2LanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractInheritanceTest3LanguageRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalInheritanceTest3LanguageLexer> provideInternalInheritanceTest3LanguageLexer() {
|
||||
public Provider<? extends InternalInheritanceTest3LanguageLexer> provideInternalInheritanceTest3LanguageLexer() {
|
||||
return LexerProvider.create(InternalInheritanceTest3LanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractInheritanceTestLanguageRuntimeModule extends Defau
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalInheritanceTestLanguageLexer> provideInternalInheritanceTestLanguageLexer() {
|
||||
public Provider<? extends InternalInheritanceTestLanguageLexer> provideInternalInheritanceTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalInheritanceTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ public abstract class AbstractIndexTestLanguageRuntimeModule extends DefaultRunt
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalIndexTestLanguageLexer> provideInternalIndexTestLanguageLexer() {
|
||||
public Provider<? extends InternalIndexTestLanguageLexer> provideInternalIndexTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalIndexTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBacktrackingLexerTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBacktrackingLexerTestLanguageLexer> provideInternalBacktrackingLexerTestLanguageLexer() {
|
||||
public Provider<? extends InternalBacktrackingLexerTestLanguageLexer> provideInternalBacktrackingLexerTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBacktrackingLexerTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ public abstract class AbstractIgnoreCaseLexerTestLanguageRuntimeModule extends D
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalIgnoreCaseLexerTestLanguageLexer> provideInternalIgnoreCaseLexerTestLanguageLexer() {
|
||||
public Provider<? extends InternalIgnoreCaseLexerTestLanguageLexer> provideInternalIgnoreCaseLexerTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalIgnoreCaseLexerTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ public abstract class AbstractAbstractIgnoreCaseLinkingTestLanguageRuntimeModule
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalAbstractIgnoreCaseLinkingTestLanguageLexer> provideInternalAbstractIgnoreCaseLinkingTestLanguageLexer() {
|
||||
public Provider<? extends InternalAbstractIgnoreCaseLinkingTestLanguageLexer> provideInternalAbstractIgnoreCaseLinkingTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalAbstractIgnoreCaseLinkingTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug287988TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug287988TestLanguageLexer> provideInternalBug287988TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug287988TestLanguageLexer> provideInternalBug287988TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug287988TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug289059TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug289059TestLanguageLexer> provideInternalBug289059TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug289059TestLanguageLexer> provideInternalBug289059TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug289059TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug313089TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug313089TestLanguageLexer> provideInternalBug313089TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug313089TestLanguageLexer> provideInternalBug313089TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug313089TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug362902RuntimeModule extends DefaultRuntimeModul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug362902Lexer> provideInternalBug362902Lexer() {
|
||||
public Provider<? extends InternalBug362902Lexer> provideInternalBug362902Lexer() {
|
||||
return LexerProvider.create(InternalBug362902Lexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ public abstract class AbstractIgnoreCaseImportsTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalIgnoreCaseImportsTestLanguageLexer> provideInternalIgnoreCaseImportsTestLanguageLexer() {
|
||||
public Provider<? extends InternalIgnoreCaseImportsTestLanguageLexer> provideInternalIgnoreCaseImportsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalIgnoreCaseImportsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ public abstract class AbstractIgnoreCaseNamespacesTestLanguageRuntimeModule exte
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalIgnoreCaseNamespacesTestLanguageLexer> provideInternalIgnoreCaseNamespacesTestLanguageLexer() {
|
||||
public Provider<? extends InternalIgnoreCaseNamespacesTestLanguageLexer> provideInternalIgnoreCaseNamespacesTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalIgnoreCaseNamespacesTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractImportUriTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalImportUriTestLanguageLexer> provideInternalImportUriTestLanguageLexer() {
|
||||
public Provider<? extends InternalImportUriTestLanguageLexer> provideInternalImportUriTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalImportUriTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ public abstract class AbstractLangATestLanguageRuntimeModule extends DefaultRunt
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalLangATestLanguageLexer> provideInternalLangATestLanguageLexer() {
|
||||
public Provider<? extends InternalLangATestLanguageLexer> provideInternalLangATestLanguageLexer() {
|
||||
return LexerProvider.create(InternalLangATestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug311337TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug311337TestLanguageLexer> provideInternalBug311337TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug311337TestLanguageLexer> provideInternalBug311337TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug311337TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractLazyLinkingTestLanguageRuntimeModule extends Defau
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalLazyLinkingTestLanguageLexer> provideInternalLazyLinkingTestLanguageLexer() {
|
||||
public Provider<? extends InternalLazyLinkingTestLanguageLexer> provideInternalLazyLinkingTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalLazyLinkingTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEcoreReferenceTestLanguageRuntimeModule extends De
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEcoreReferenceTestLanguageLexer> provideInternalEcoreReferenceTestLanguageLexer() {
|
||||
public Provider<? extends InternalEcoreReferenceTestLanguageLexer> provideInternalEcoreReferenceTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEcoreReferenceTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractMetamodelRefTestLanguageRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalMetamodelRefTestLanguageLexer> provideInternalMetamodelRefTestLanguageLexer() {
|
||||
public Provider<? extends InternalMetamodelRefTestLanguageLexer> provideInternalMetamodelRefTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalMetamodelRefTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractMultiGenMMTestLanguageRuntimeModule extends Defaul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalMultiGenMMTestLanguageLexer> provideInternalMultiGenMMTestLanguageLexer() {
|
||||
public Provider<? extends InternalMultiGenMMTestLanguageLexer> provideInternalMultiGenMMTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalMultiGenMMTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug289515TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug289515TestLanguageLexer> provideInternalBug289515TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug289515TestLanguageLexer> provideInternalBug289515TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug289515TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug289524ExTestLanguageRuntimeModule extends Defau
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug289524ExTestLanguageLexer> provideInternalBug289524ExTestLanguageLexer() {
|
||||
public Provider<? extends InternalBug289524ExTestLanguageLexer> provideInternalBug289524ExTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug289524ExTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug289524TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug289524TestLanguageLexer> provideInternalBug289524TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug289524TestLanguageLexer> provideInternalBug289524TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug289524TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug296889ExTestLanguageRuntimeModule extends Defau
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug296889ExTestLanguageLexer> provideInternalBug296889ExTestLanguageLexer() {
|
||||
public Provider<? extends InternalBug296889ExTestLanguageLexer> provideInternalBug296889ExTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug296889ExTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug296889TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug296889TestLanguageLexer> provideInternalBug296889TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug296889TestLanguageLexer> provideInternalBug296889TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug296889TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ public abstract class AbstractBug299237TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug299237TestLanguageLexer> provideInternalBug299237TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug299237TestLanguageLexer> provideInternalBug299237TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug299237TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ public abstract class AbstractBug301935ExTestLanguageRuntimeModule extends Defau
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug301935ExTestLanguageLexer> provideInternalBug301935ExTestLanguageLexer() {
|
||||
public Provider<? extends InternalBug301935ExTestLanguageLexer> provideInternalBug301935ExTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug301935ExTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug301935TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug301935TestLanguageLexer> provideInternalBug301935TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug301935TestLanguageLexer> provideInternalBug301935TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug301935TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug378967TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug378967TestLanguageLexer> provideInternalBug378967TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug378967TestLanguageLexer> provideInternalBug378967TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug378967TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ public abstract class AbstractBug443221TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug443221TestLanguageLexer> provideInternalBug443221TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug443221TestLanguageLexer> provideInternalBug443221TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug443221TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractAssignmentsTestLanguageRuntimeModule extends Defau
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalAssignmentsTestLanguageLexer> provideInternalAssignmentsTestLanguageLexer() {
|
||||
public Provider<? extends InternalAssignmentsTestLanguageLexer> provideInternalAssignmentsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalAssignmentsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug287184TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug287184TestLanguageLexer> provideInternalBug287184TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug287184TestLanguageLexer> provideInternalBug287184TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug287184TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug288432TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug288432TestLanguageLexer> provideInternalBug288432TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug288432TestLanguageLexer> provideInternalBug288432TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug288432TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug419429RuntimeModule extends DefaultRuntimeModul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug419429Lexer> provideInternalBug419429Lexer() {
|
||||
public Provider<? extends InternalBug419429Lexer> provideInternalBug419429Lexer() {
|
||||
return LexerProvider.create(InternalBug419429Lexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractDatatypeRulesTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalDatatypeRulesTestLanguageLexer> provideInternalDatatypeRulesTestLanguageLexer() {
|
||||
public Provider<? extends InternalDatatypeRulesTestLanguageLexer> provideInternalDatatypeRulesTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalDatatypeRulesTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEncodingTestLanguageRuntimeModule extends DefaultR
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEncodingTestLanguageLexer> provideInternalEncodingTestLanguageLexer() {
|
||||
public Provider<? extends InternalEncodingTestLanguageLexer> provideInternalEncodingTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEncodingTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEpatchTestLanguageRuntimeModule extends DefaultRun
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEpatchTestLanguageLexer> provideInternalEpatchTestLanguageLexer() {
|
||||
public Provider<? extends InternalEpatchTestLanguageLexer> provideInternalEpatchTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEpatchTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractFragmentTestLanguageExRuntimeModule extends Defaul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalFragmentTestLanguageExLexer> provideInternalFragmentTestLanguageExLexer() {
|
||||
public Provider<? extends InternalFragmentTestLanguageExLexer> provideInternalFragmentTestLanguageExLexer() {
|
||||
return LexerProvider.create(InternalFragmentTestLanguageExLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractFragmentTestLanguageRuntimeModule extends DefaultR
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalFragmentTestLanguageLexer> provideInternalFragmentTestLanguageLexer() {
|
||||
public Provider<? extends InternalFragmentTestLanguageLexer> provideInternalFragmentTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalFragmentTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractIndentationAwareTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalIndentationAwareTestLanguageLexer> provideInternalIndentationAwareTestLanguageLexer() {
|
||||
public Provider<? extends InternalIndentationAwareTestLanguageLexer> provideInternalIndentationAwareTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalIndentationAwareTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractKeywordsTestLanguageRuntimeModule extends DefaultR
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalKeywordsTestLanguageLexer> provideInternalKeywordsTestLanguageLexer() {
|
||||
public Provider<? extends InternalKeywordsTestLanguageLexer> provideInternalKeywordsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalKeywordsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractNoParametersTestLanguageRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalNoParametersTestLanguageLexer> provideInternalNoParametersTestLanguageLexer() {
|
||||
public Provider<? extends InternalNoParametersTestLanguageLexer> provideInternalNoParametersTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalNoParametersTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractParametersTestLanguageExRuntimeModule extends Defa
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalParametersTestLanguageExLexer> provideInternalParametersTestLanguageExLexer() {
|
||||
public Provider<? extends InternalParametersTestLanguageExLexer> provideInternalParametersTestLanguageExLexer() {
|
||||
return LexerProvider.create(InternalParametersTestLanguageExLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractParametersTestLanguageRuntimeModule extends Defaul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalParametersTestLanguageLexer> provideInternalParametersTestLanguageLexer() {
|
||||
public Provider<? extends InternalParametersTestLanguageLexer> provideInternalParametersTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalParametersTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractTwoParametersTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalTwoParametersTestLanguageLexer> provideInternalTwoParametersTestLanguageLexer() {
|
||||
public Provider<? extends InternalTwoParametersTestLanguageLexer> provideInternalTwoParametersTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalTwoParametersTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug292245TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug292245TestLanguageLexer> provideInternalBug292245TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug292245TestLanguageLexer> provideInternalBug292245TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug292245TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug297105TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug297105TestLanguageLexer> provideInternalBug297105TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug297105TestLanguageLexer> provideInternalBug297105TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug297105TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug317840TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug317840TestLanguageLexer> provideInternalBug317840TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug317840TestLanguageLexer> provideInternalBug317840TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug317840TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEcoreTerminalsTestLanguageRuntimeModule extends De
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEcoreTerminalsTestLanguageLexer> provideInternalEcoreTerminalsTestLanguageLexer() {
|
||||
public Provider<? extends InternalEcoreTerminalsTestLanguageLexer> provideInternalEcoreTerminalsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEcoreTerminalsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractHiddenTerminalsTestLanguageRuntimeModule extends D
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalHiddenTerminalsTestLanguageLexer> provideInternalHiddenTerminalsTestLanguageLexer() {
|
||||
public Provider<? extends InternalHiddenTerminalsTestLanguageLexer> provideInternalHiddenTerminalsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalHiddenTerminalsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractTerminalRulesTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalTerminalRulesTestLanguageLexer> provideInternalTerminalRulesTestLanguageLexer() {
|
||||
public Provider<? extends InternalTerminalRulesTestLanguageLexer> provideInternalTerminalRulesTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalTerminalRulesTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractUnicodeTestLanguageRuntimeModule extends DefaultRu
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalUnicodeTestLanguageLexer> provideInternalUnicodeTestLanguageLexer() {
|
||||
public Provider<? extends InternalUnicodeTestLanguageLexer> provideInternalUnicodeTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalUnicodeTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractXtextTerminalsTestLanguageRuntimeModule extends De
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalXtextTerminalsTestLanguageLexer> provideInternalXtextTerminalsTestLanguageLexer() {
|
||||
public Provider<? extends InternalXtextTerminalsTestLanguageLexer> provideInternalXtextTerminalsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalXtextTerminalsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public abstract class AbstractBacktrackingBug325745TestLanguageRuntimeModule ext
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBacktrackingBug325745TestLanguageLexer> provideInternalBacktrackingBug325745TestLanguageLexer() {
|
||||
public Provider<? extends InternalBacktrackingBug325745TestLanguageLexer> provideInternalBacktrackingBug325745TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBacktrackingBug325745TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public abstract class AbstractExBacktrackingBug325745TestLanguageRuntimeModule e
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalExBacktrackingBug325745TestLanguageLexer> provideInternalExBacktrackingBug325745TestLanguageLexer() {
|
||||
public Provider<? extends InternalExBacktrackingBug325745TestLanguageLexer> provideInternalExBacktrackingBug325745TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalExBacktrackingBug325745TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public abstract class AbstractExUnorderedGroupsTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalExUnorderedGroupsTestLanguageLexer> provideInternalExUnorderedGroupsTestLanguageLexer() {
|
||||
public Provider<? extends InternalExUnorderedGroupsTestLanguageLexer> provideInternalExUnorderedGroupsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalExUnorderedGroupsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public abstract class AbstractSimpleBacktrackingBug325745TestLanguageRuntimeModu
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSimpleBacktrackingBug325745TestLanguageLexer> provideInternalSimpleBacktrackingBug325745TestLanguageLexer() {
|
||||
public Provider<? extends InternalSimpleBacktrackingBug325745TestLanguageLexer> provideInternalSimpleBacktrackingBug325745TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSimpleBacktrackingBug325745TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public abstract class AbstractSimpleUnorderedGroupsTestLanguageRuntimeModule ext
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSimpleUnorderedGroupsTestLanguageLexer> provideInternalSimpleUnorderedGroupsTestLanguageLexer() {
|
||||
public Provider<? extends InternalSimpleUnorderedGroupsTestLanguageLexer> provideInternalSimpleUnorderedGroupsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSimpleUnorderedGroupsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ public abstract class AbstractUnorderedGroupsTestLanguageRuntimeModule extends D
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalUnorderedGroupsTestLanguageLexer> provideInternalUnorderedGroupsTestLanguageLexer() {
|
||||
public Provider<? extends InternalUnorderedGroupsTestLanguageLexer> provideInternalUnorderedGroupsTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalUnorderedGroupsTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractFormatterTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalFormatterTestLanguageLexer> provideInternalFormatterTestLanguageLexer() {
|
||||
public Provider<? extends InternalFormatterTestLanguageLexer> provideInternalFormatterTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalFormatterTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug305397RuntimeModule extends DefaultRuntimeModul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug305397Lexer> provideInternalBug305397Lexer() {
|
||||
public Provider<? extends InternalBug305397Lexer> provideInternalBug305397Lexer() {
|
||||
return LexerProvider.create(InternalBug305397Lexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractCommentAssociationTestLanguageRuntimeModule extend
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalCommentAssociationTestLanguageLexer> provideInternalCommentAssociationTestLanguageLexer() {
|
||||
public Provider<? extends InternalCommentAssociationTestLanguageLexer> provideInternalCommentAssociationTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalCommentAssociationTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug299395TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug299395TestLanguageLexer> provideInternalBug299395TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug299395TestLanguageLexer> provideInternalBug299395TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug299395TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug302128TestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug302128TestLanguageLexer> provideInternalBug302128TestLanguageLexer() {
|
||||
public Provider<? extends InternalBug302128TestLanguageLexer> provideInternalBug302128TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalBug302128TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractComplexReconstrTestLanguageRuntimeModule extends D
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalComplexReconstrTestLanguageLexer> provideInternalComplexReconstrTestLanguageLexer() {
|
||||
public Provider<? extends InternalComplexReconstrTestLanguageLexer> provideInternalComplexReconstrTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalComplexReconstrTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractSerializationBug269362TestLanguageRuntimeModule ex
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSerializationBug269362TestLanguageLexer> provideInternalSerializationBug269362TestLanguageLexer() {
|
||||
public Provider<? extends InternalSerializationBug269362TestLanguageLexer> provideInternalSerializationBug269362TestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSerializationBug269362TestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractSerializationErrorTestLanguageRuntimeModule extend
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSerializationErrorTestLanguageLexer> provideInternalSerializationErrorTestLanguageLexer() {
|
||||
public Provider<? extends InternalSerializationErrorTestLanguageLexer> provideInternalSerializationErrorTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSerializationErrorTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractTransientValuesTestRuntimeModule extends DefaultRu
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalTransientValuesTestLexer> provideInternalTransientValuesTestLexer() {
|
||||
public Provider<? extends InternalTransientValuesTestLexer> provideInternalTransientValuesTestLexer() {
|
||||
return LexerProvider.create(InternalTransientValuesTestLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractUnassignedTextTestLanguageRuntimeModule extends De
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalUnassignedTextTestLanguageLexer> provideInternalUnassignedTextTestLanguageLexer() {
|
||||
public Provider<? extends InternalUnassignedTextTestLanguageLexer> provideInternalUnassignedTextTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalUnassignedTextTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractBug385636RuntimeModule extends DefaultRuntimeModul
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalBug385636Lexer> provideInternalBug385636Lexer() {
|
||||
public Provider<? extends InternalBug385636Lexer> provideInternalBug385636Lexer() {
|
||||
return LexerProvider.create(InternalBug385636Lexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractEObjectAtOffsetTestLanguageRuntimeModule extends D
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalEObjectAtOffsetTestLanguageLexer> provideInternalEObjectAtOffsetTestLanguageLexer() {
|
||||
public Provider<? extends InternalEObjectAtOffsetTestLanguageLexer> provideInternalEObjectAtOffsetTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalEObjectAtOffsetTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ public abstract class AbstractLiveContainerBuilderIntegerationTestLanguageRuntim
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalLiveContainerBuilderIntegerationTestLanguageLexer> provideInternalLiveContainerBuilderIntegerationTestLanguageLexer() {
|
||||
public Provider<? extends InternalLiveContainerBuilderIntegerationTestLanguageLexer> provideInternalLiveContainerBuilderIntegerationTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalLiveContainerBuilderIntegerationTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractLiveContainerTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalLiveContainerTestLanguageLexer> provideInternalLiveContainerTestLanguageLexer() {
|
||||
public Provider<? extends InternalLiveContainerTestLanguageLexer> provideInternalLiveContainerTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalLiveContainerTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractLocationProviderTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalLocationProviderTestLanguageLexer> provideInternalLocationProviderTestLanguageLexer() {
|
||||
public Provider<? extends InternalLocationProviderTestLanguageLexer> provideInternalLocationProviderTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalLocationProviderTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ public abstract class AbstractAssignmentFinderTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalAssignmentFinderTestLanguageLexer> provideInternalAssignmentFinderTestLanguageLexer() {
|
||||
public Provider<? extends InternalAssignmentFinderTestLanguageLexer> provideInternalAssignmentFinderTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalAssignmentFinderTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ public abstract class AbstractContextFinderTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalContextFinderTestLanguageLexer> provideInternalContextFinderTestLanguageLexer() {
|
||||
public Provider<? extends InternalContextFinderTestLanguageLexer> provideInternalContextFinderTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalContextFinderTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ public abstract class AbstractHiddenTokenSequencerTestLanguageRuntimeModule exte
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalHiddenTokenSequencerTestLanguageLexer> provideInternalHiddenTokenSequencerTestLanguageLexer() {
|
||||
public Provider<? extends InternalHiddenTokenSequencerTestLanguageLexer> provideInternalHiddenTokenSequencerTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalHiddenTokenSequencerTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ public abstract class AbstractSequencerTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSequencerTestLanguageLexer> provideInternalSequencerTestLanguageLexer() {
|
||||
public Provider<? extends InternalSequencerTestLanguageLexer> provideInternalSequencerTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSequencerTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ public abstract class AbstractSyntacticSequencerTestLanguageRuntimeModule extend
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalSyntacticSequencerTestLanguageLexer> provideInternalSyntacticSequencerTestLanguageLexer() {
|
||||
public Provider<? extends InternalSyntacticSequencerTestLanguageLexer> provideInternalSyntacticSequencerTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalSyntacticSequencerTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractActionTestLanguage2RuntimeModule extends DefaultRu
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalActionTestLanguage2Lexer> provideInternalActionTestLanguage2Lexer() {
|
||||
public Provider<? extends InternalActionTestLanguage2Lexer> provideInternalActionTestLanguage2Lexer() {
|
||||
return LexerProvider.create(InternalActionTestLanguage2Lexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractActionTestLanguageRuntimeModule extends DefaultRun
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalActionTestLanguageLexer> provideInternalActionTestLanguageLexer() {
|
||||
public Provider<? extends InternalActionTestLanguageLexer> provideInternalActionTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalActionTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractFowlerDslTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalFowlerDslTestLanguageLexer> provideInternalFowlerDslTestLanguageLexer() {
|
||||
public Provider<? extends InternalFowlerDslTestLanguageLexer> provideInternalFowlerDslTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalFowlerDslTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractLookaheadTestLanguageRuntimeModule extends Default
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalLookaheadTestLanguageLexer> provideInternalLookaheadTestLanguageLexer() {
|
||||
public Provider<? extends InternalLookaheadTestLanguageLexer> provideInternalLookaheadTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalLookaheadTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractOptionalEmptyTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalOptionalEmptyTestLanguageLexer> provideInternalOptionalEmptyTestLanguageLexer() {
|
||||
public Provider<? extends InternalOptionalEmptyTestLanguageLexer> provideInternalOptionalEmptyTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalOptionalEmptyTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractPartialParserTestLanguageRuntimeModule extends Def
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalPartialParserTestLanguageLexer> provideInternalPartialParserTestLanguageLexer() {
|
||||
public Provider<? extends InternalPartialParserTestLanguageLexer> provideInternalPartialParserTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalPartialParserTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public abstract class AbstractReferenceGrammarTestLanguageRuntimeModule extends
|
|||
}
|
||||
|
||||
// contributed by org.eclipse.xtext.xtext.generator.parser.antlr.XtextAntlrGeneratorFragment2
|
||||
public Provider<InternalReferenceGrammarTestLanguageLexer> provideInternalReferenceGrammarTestLanguageLexer() {
|
||||
public Provider<? extends InternalReferenceGrammarTestLanguageLexer> provideInternalReferenceGrammarTestLanguageLexer() {
|
||||
return LexerProvider.create(InternalReferenceGrammarTestLanguageLexer.class);
|
||||
}
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue