Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2010-07-23 15:24:12 +0000
committerrschnekenbu2010-07-23 15:24:12 +0000
commit38cc215e18fabdc0e568442134c48d7f9e249836 (patch)
treef707c91ad70d119ffb6deec77e0cbd15fd8b4dac /plugins/uml/org.eclipse.papyrus.transition.editor.xtext/src-gen/org/eclipse/papyrus/transition/editor/xtext/parser/antlr/UmlTransitionAntlrTokenFileProvider.java
parentb95fadd2e35fa970b70c1e86ad5c46515c1b55d1 (diff)
downloadorg.eclipse.papyrus-38cc215e18fabdc0e568442134c48d7f9e249836.tar.gz
org.eclipse.papyrus-38cc215e18fabdc0e568442134c48d7f9e249836.tar.xz
org.eclipse.papyrus-38cc215e18fabdc0e568442134c48d7f9e249836.zip
Share project "org.eclipse.papyrus.transition.editor.xtext.generator" into "svn+ssh://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus"
Share project "org.eclipse.papyrus.transition.editor.xtext" into "svn+ssh://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus" Share project "org.eclipse.papyrus.transition.editor.xtext.ui" into "svn+ssh://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.papyrus"
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.transition.editor.xtext/src-gen/org/eclipse/papyrus/transition/editor/xtext/parser/antlr/UmlTransitionAntlrTokenFileProvider.java')
-rw-r--r--plugins/uml/org.eclipse.papyrus.transition.editor.xtext/src-gen/org/eclipse/papyrus/transition/editor/xtext/parser/antlr/UmlTransitionAntlrTokenFileProvider.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.transition.editor.xtext/src-gen/org/eclipse/papyrus/transition/editor/xtext/parser/antlr/UmlTransitionAntlrTokenFileProvider.java b/plugins/uml/org.eclipse.papyrus.transition.editor.xtext/src-gen/org/eclipse/papyrus/transition/editor/xtext/parser/antlr/UmlTransitionAntlrTokenFileProvider.java
new file mode 100644
index 00000000000..8b44d4197e6
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.transition.editor.xtext/src-gen/org/eclipse/papyrus/transition/editor/xtext/parser/antlr/UmlTransitionAntlrTokenFileProvider.java
@@ -0,0 +1,15 @@
+/*
+* generated by Xtext
+*/
+package org.eclipse.papyrus.transition.editor.xtext.parser.antlr;
+
+import java.io.InputStream;
+import org.eclipse.xtext.parser.antlr.IAntlrTokenFileProvider;
+
+public class UmlTransitionAntlrTokenFileProvider implements IAntlrTokenFileProvider {
+
+ public InputStream getAntlrTokenFile() {
+ ClassLoader classLoader = getClass().getClassLoader();
+ return classLoader.getResourceAsStream("org/eclipse/papyrus/transition/editor/xtext/parser/antlr/internal/InternalUmlTransition.tokens");
+ }
+}

Back to the top