Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src-gen/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/parser/antlr/StereotypeApplicationWithVSLAntlrTokenFileProvider.java')
-rw-r--r--extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src-gen/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/parser/antlr/StereotypeApplicationWithVSLAntlrTokenFileProvider.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src-gen/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/parser/antlr/StereotypeApplicationWithVSLAntlrTokenFileProvider.java b/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src-gen/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/parser/antlr/StereotypeApplicationWithVSLAntlrTokenFileProvider.java
deleted file mode 100644
index 84d3d2e2938..00000000000
--- a/extraplugins/marte/textedit/org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext/src-gen/org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/parser/antlr/StereotypeApplicationWithVSLAntlrTokenFileProvider.java
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * generated by Xtext
- */
-package org.eclipse.papyrus.marte.textedit.stereotypeapplicationwithvsl.xtext.parser.antlr;
-
-import java.io.InputStream;
-
-import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
-
-public class StereotypeApplicationWithVSLAntlrTokenFileProvider implements IAntlrTokenFileProvider {
-
- @Override
- public InputStream getAntlrTokenFile() {
- ClassLoader classLoader = getClass().getClassLoader();
- return classLoader.getResourceAsStream("org/eclipse/papyrus/marte/textedit/stereotypeapplicationwithvsl/xtext/parser/antlr/internal/InternalStereotypeApplicationWithVSL.tokens");
- }
-}

Back to the top