projet-mini-genie-logiciel-.../eclipse-workspace/fr.n7.pdl1/src-gen/fr/n7/parser/antlr/PDL1AntlrTokenFileProvider.java
Laurent Fainsin de42fac315 TP7
2021-10-12 18:49:13 +02:00

17 lines
443 B
Java

/*
* generated by Xtext 2.23.0
*/
package fr.n7.parser.antlr;
import java.io.InputStream;
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
public class PDL1AntlrTokenFileProvider implements IAntlrTokenFileProvider {
@Override
public InputStream getAntlrTokenFile() {
ClassLoader classLoader = getClass().getClassLoader();
return classLoader.getResourceAsStream("fr/n7/parser/antlr/internal/InternalPDL1.tokens");
}
}