]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/PatternMatchingLhs.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / expressions / lhstype / PatternMatchingLhs.java
diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/PatternMatchingLhs.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/PatternMatchingLhs.java
new file mode 100755 (executable)
index 0000000..24b1416
--- /dev/null
@@ -0,0 +1,7 @@
+package org.simantics.scl.compiler.elaboration.expressions.lhstype;\r
+\r
+import java.util.ArrayList;\r
+\r
+public class PatternMatchingLhs implements LhsType {\r
+    public ArrayList<String> variableNames = new ArrayList<String>();\r
+}\r