]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/rules/SectionRole.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / rules / SectionRole.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/rules/SectionRole.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/rules/SectionRole.java
new file mode 100644 (file)
index 0000000..bed3679
--- /dev/null
@@ -0,0 +1,8 @@
+package org.simantics.scl.compiler.elaboration.rules;
+
+public enum SectionRole {
+    MATCH,
+    ENFORCE,
+    ENFORCE_FIRST_TIME,
+    IGNORE
+}