
org.jnario.spec.parser.antlr.SpecAntlrTokenFileProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jnario.standalone Show documentation
Show all versions of org.jnario.standalone Show documentation
The required libraries to execute Jnario specifications without Eclipse.
The newest version!
/*
* generated by Xtext
*/
package org.jnario.spec.parser.antlr;
import java.io.InputStream;
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
public class SpecAntlrTokenFileProvider implements IAntlrTokenFileProvider {
public InputStream getAntlrTokenFile() {
ClassLoader classLoader = getClass().getClassLoader();
return classLoader.getResourceAsStream("org/jnario/spec/parser/antlr/internal/InternalSpec.tokens");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy