]> gerrit.simantics Code Review - simantics/platform.git/blob - SectionRole.java
bed36797935139b48a39fb91f77a4e8a30d4f793
[simantics/platform.git] / SectionRole.java
1 package org.simantics.scl.compiler.elaboration.rules;
2
3 public enum SectionRole {
4     MATCH,
5     ENFORCE,
6     ENFORCE_FIRST_TIME,
7     IGNORE
8 }