Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'demos/org.eclipse.fx.xtext.statemachine/src/org/eclipse/fx/xtext/statemachine/scoping/StatemachineScopeProvider.xtend')
-rw-r--r--demos/org.eclipse.fx.xtext.statemachine/src/org/eclipse/fx/xtext/statemachine/scoping/StatemachineScopeProvider.xtend15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/org.eclipse.fx.xtext.statemachine/src/org/eclipse/fx/xtext/statemachine/scoping/StatemachineScopeProvider.xtend b/demos/org.eclipse.fx.xtext.statemachine/src/org/eclipse/fx/xtext/statemachine/scoping/StatemachineScopeProvider.xtend
new file mode 100644
index 000000000..f1093f5be
--- /dev/null
+++ b/demos/org.eclipse.fx.xtext.statemachine/src/org/eclipse/fx/xtext/statemachine/scoping/StatemachineScopeProvider.xtend
@@ -0,0 +1,15 @@
+/*
+ * generated by Xtext 2.9.0.v201505180813
+ */
+package org.eclipse.fx.xtext.statemachine.scoping
+
+/**
+ * This class contains custom scoping description.
+ *
+ * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping
+ * on how and when to use it.
+ *
+ */
+class StatemachineScopeProvider extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider {
+
+}

Back to the top