]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/InlineProperty.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / modules / InlineProperty.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/InlineProperty.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/InlineProperty.java
new file mode 100755 (executable)
index 0000000..2625fd9
--- /dev/null
@@ -0,0 +1,11 @@
+package org.simantics.scl.compiler.elaboration.modules;\r
+\r
+public class InlineProperty implements SCLValueProperty {\r
+    public final int arity;\r
+    public final int phaseMask;\r
+\r
+    public InlineProperty(int arity, int phaseMask) {\r
+        this.arity = arity;\r
+        this.phaseMask = phaseMask;\r
+    }\r
+}\r