2021-11-30 17:25:45 +00:00
|
|
|
/*
|
|
|
|
* generated by Xtext 2.23.0
|
|
|
|
*/
|
2021-12-03 07:37:31 +00:00
|
|
|
package fr.n7.parser.antlr;
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
import java.io.InputStream;
|
|
|
|
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
|
|
|
|
|
2021-12-03 07:37:31 +00:00
|
|
|
public class GAMEAntlrTokenFileProvider implements IAntlrTokenFileProvider {
|
2021-11-30 17:25:45 +00:00
|
|
|
|
|
|
|
@Override
|
|
|
|
public InputStream getAntlrTokenFile() {
|
|
|
|
ClassLoader classLoader = getClass().getClassLoader();
|
2021-12-03 07:37:31 +00:00
|
|
|
return classLoader.getResourceAsStream("fr/n7/parser/antlr/internal/InternalGAME.tokens");
|
2021-11-30 17:25:45 +00:00
|
|
|
}
|
|
|
|
}
|