de.opitzconsulting.parser.antlr.OrcasDslAntlrTokenFileProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-syex Show documentation
Show all versions of orcas-domainextension-syex Show documentation
orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.
The newest version!
/*
* generated by Xtext
*/
package de.opitzconsulting.parser.antlr;
import java.io.InputStream;
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
public class OrcasDslAntlrTokenFileProvider implements IAntlrTokenFileProvider {
public InputStream getAntlrTokenFile() {
ClassLoader classLoader = getClass().getClassLoader();
return classLoader.getResourceAsStream("de/opitzconsulting/parser/antlr/internal/InternalOrcasDsl.tokens");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy