blob: cb4c7e88f81debafea5e6b7752e023fb1f77be0c [file] [log] [blame]
/*
* generated by Xtext
*/
package org.eclipse.ocl.xtext.markup.parser.antlr;
import java.io.InputStream;
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
public class MarkupAntlrTokenFileProvider implements IAntlrTokenFileProvider {
@Override
public InputStream getAntlrTokenFile() {
ClassLoader classLoader = getClass().getClassLoader();
return classLoader.getResourceAsStream("org/eclipse/ocl/xtext/markup/parser/antlr/internal/InternalMarkup.tokens");
}
}