![JAR search and dependency download from the Maven repository](/logo.png)
org.contextmapper.servicecutter.dsl.parser.antlr.ServiceCutterConfigurationDSLAntlrTokenFileProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
/*
* generated by Xtext 2.20.0
*/
package org.contextmapper.servicecutter.dsl.parser.antlr;
import java.io.InputStream;
import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
public class ServiceCutterConfigurationDSLAntlrTokenFileProvider implements IAntlrTokenFileProvider {
@Override
public InputStream getAntlrTokenFile() {
ClassLoader classLoader = getClass().getClassLoader();
return classLoader.getResourceAsStream("org/contextmapper/servicecutter/dsl/parser/antlr/internal/InternalServiceCutterConfigurationDSL.tokens");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy