All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.contextmapper.dsl.parser.antlr.ContextMappingDSLAntlrTokenFileProvider Maven / Gradle / Ivy

There is a newer version: 6.12.0
Show newest version
/*
 * generated by Xtext 2.20.0
 */
package org.contextmapper.dsl.parser.antlr;

import java.io.InputStream;
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;

public class ContextMappingDSLAntlrTokenFileProvider implements IAntlrTokenFileProvider {

	@Override
	public InputStream getAntlrTokenFile() {
		ClassLoader classLoader = getClass().getClassLoader();
		return classLoader.getResourceAsStream("org/contextmapper/dsl/parser/antlr/internal/InternalContextMappingDSL.tokens");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy