org.eclipse.xtext.parser.antlr.LexerProvider Java Examples

The following examples show how to use org.eclipse.xtext.parser.antlr.LexerProvider. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AbstractXImportSectionTestLangUiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalXImportSectionTestLangLexer.class).toProvider(LexerProvider.create(InternalXImportSectionTestLangLexer.class));
}
 
Example #2
Source File: AbstractSimpleUnorderedGroupsTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalSimpleUnorderedGroupsTestLanguageLexer> provideInternalSimpleUnorderedGroupsTestLanguageLexer() {
	return LexerProvider.create(InternalSimpleUnorderedGroupsTestLanguageLexer.class);
}
 
Example #3
Source File: AbstractParameterizedExpressionsTestLanguageRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalParameterizedExpressionsTestLanguageLexer> provideInternalParameterizedExpressionsTestLanguageLexer() {
	return LexerProvider.create(InternalParameterizedExpressionsTestLanguageLexer.class);
}
 
Example #4
Source File: AbstractFragmentTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalFragmentTestLanguageLexer> provideInternalFragmentTestLanguageLexer() {
	return LexerProvider.create(InternalFragmentTestLanguageLexer.class);
}
 
Example #5
Source File: AbstractParametersTestLanguageExRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalParametersTestLanguageExLexer> provideInternalParametersTestLanguageExLexer() {
	return LexerProvider.create(InternalParametersTestLanguageExLexer.class);
}
 
Example #6
Source File: AbstractEcoreFragmentTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalEcoreFragmentTestLanguageLexer> provideInternalEcoreFragmentTestLanguageLexer() {
	return LexerProvider.create(InternalEcoreFragmentTestLanguageLexer.class);
}
 
Example #7
Source File: AbstractBug348427TestLanguageRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalBug348427TestLanguageLexer> provideInternalBug348427TestLanguageLexer() {
	return LexerProvider.create(InternalBug348427TestLanguageLexer.class);
}
 
Example #8
Source File: AbstractBug332217TestLanguageRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalBug332217TestLanguageLexer> provideInternalBug332217TestLanguageLexer() {
	return LexerProvider.create(InternalBug332217TestLanguageLexer.class);
}
 
Example #9
Source File: AbstractBug297105TestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalBug297105TestLanguageLexer> provideInternalBug297105TestLanguageLexer() {
	return LexerProvider.create(InternalBug297105TestLanguageLexer.class);
}
 
Example #10
Source File: AbstractLazyLinkingTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalLazyLinkingTestLanguageLexer> provideInternalLazyLinkingTestLanguageLexer() {
	return LexerProvider.create(InternalLazyLinkingTestLanguageLexer.class);
}
 
Example #11
Source File: AbstractPartialParserTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalPartialParserTestLanguageLexer> provideInternalPartialParserTestLanguageLexer() {
	return LexerProvider.create(InternalPartialParserTestLanguageLexer.class);
}
 
Example #12
Source File: AbstractRefactoringTestLanguage2RuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalRefactoringTestLanguage2Lexer> provideInternalRefactoringTestLanguage2Lexer() {
	return LexerProvider.create(InternalRefactoringTestLanguage2Lexer.class);
}
 
Example #13
Source File: AbstractFormatterTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalFormatterTestLanguageLexer> provideInternalFormatterTestLanguageLexer() {
	return LexerProvider.create(InternalFormatterTestLanguageLexer.class);
}
 
Example #14
Source File: AbstractIndexTestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalIndexTestLanguageLexer> provideInternalIndexTestLanguageLexer() {
	return LexerProvider.create(InternalIndexTestLanguageLexer.class);
}
 
Example #15
Source File: AbstractContentAssistTestLanguageUiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalContentAssistTestLanguageLexer.class).toProvider(LexerProvider.create(InternalContentAssistTestLanguageLexer.class));
}
 
Example #16
Source File: AbstractBacktrackingBug325745TestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalBacktrackingBug325745TestLanguageLexer> provideInternalBacktrackingBug325745TestLanguageLexer() {
	return LexerProvider.create(InternalBacktrackingBug325745TestLanguageLexer.class);
}
 
Example #17
Source File: AbstractOutlineTestLanguageRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalOutlineTestLanguageLexer> provideInternalOutlineTestLanguageLexer() {
	return LexerProvider.create(InternalOutlineTestLanguageLexer.class);
}
 
Example #18
Source File: AbstractImportUriUiTestLanguageUiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalImportUriUiTestLanguageLexer.class).toProvider(LexerProvider.create(InternalImportUriUiTestLanguageLexer.class));
}
 
Example #19
Source File: AbstractQuickfixCrossrefTestLanguageUiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalQuickfixCrossrefTestLanguageLexer.class).toProvider(LexerProvider.create(InternalQuickfixCrossrefTestLanguageLexer.class));
}
 
Example #20
Source File: AbstractHelloWorldRuntimeModule.java    From dsl-devkit with Eclipse Public License 1.0 4 votes vote down vote up
public Provider<? extends InternalHelloWorldLexer> provideInternalHelloWorldLexer() {
	return LexerProvider.create(InternalHelloWorldLexer.class);
}
 
Example #21
Source File: AbstractDomainmodelRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalDomainmodelLexer> provideInternalDomainmodelLexer() {
	return LexerProvider.create(InternalDomainmodelLexer.class);
}
 
Example #22
Source File: AbstractTestLanguageRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalTestLanguageLexer> provideInternalTestLanguageLexer() {
	return LexerProvider.create(InternalTestLanguageLexer.class);
}
 
Example #23
Source File: AbstractFoldingTestLanguageUiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalFoldingTestLanguageLexer.class).toProvider(LexerProvider.create(InternalFoldingTestLanguageLexer.class));
}
 
Example #24
Source File: AbstractParametersTestLanguageExUiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalParametersTestLanguageExLexer.class).toProvider(LexerProvider.create(InternalParametersTestLanguageExLexer.class));
}
 
Example #25
Source File: AbstractXtendUiModule.java    From xtext-xtend with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalXtendLexer.class).toProvider(LexerProvider.create(InternalXtendLexer.class));
}
 
Example #26
Source File: AbstractRefactoringTestLanguage1RuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalRefactoringTestLanguage1Lexer> provideInternalRefactoringTestLanguage1Lexer() {
	return LexerProvider.create(InternalRefactoringTestLanguage1Lexer.class);
}
 
Example #27
Source File: AbstractBacktrackingContentAssistTestLanguageRuntimeModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalBacktrackingContentAssistTestLanguageLexer> provideInternalBacktrackingContentAssistTestLanguageLexer() {
	return LexerProvider.create(InternalBacktrackingContentAssistTestLanguageLexer.class);
}
 
Example #28
Source File: AbstractTransientValuesTestRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalTransientValuesTestLexer> provideInternalTransientValuesTestLexer() {
	return LexerProvider.create(InternalTransientValuesTestLexer.class);
}
 
Example #29
Source File: AbstractBug317840TestLanguageRuntimeModule.java    From xtext-core with Eclipse Public License 2.0 4 votes vote down vote up
public Provider<? extends InternalBug317840TestLanguageLexer> provideInternalBug317840TestLanguageLexer() {
	return LexerProvider.create(InternalBug317840TestLanguageLexer.class);
}
 
Example #30
Source File: AbstractRefactoringTestLanguage2UiModule.java    From xtext-eclipse with Eclipse Public License 2.0 4 votes vote down vote up
public void configureContentAssistLexerProvider(Binder binder) {
	binder.bind(InternalRefactoringTestLanguage2Lexer.class).toProvider(LexerProvider.create(InternalRefactoringTestLanguage2Lexer.class));
}