use of org.eclipse.xtext.ui.tests.editor.contentassist.ide.contentassist.antlr.internal.InternalTwoParametersTestLanguageParser in project xtext-eclipse by eclipse.
the class TwoParametersTestLanguageParser method createParser.
@Override
protected InternalTwoParametersTestLanguageParser createParser() {
InternalTwoParametersTestLanguageParser result = new InternalTwoParametersTestLanguageParser(null);
result.setGrammarAccess(grammarAccess);
return result;
}
Aggregations