]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 package org.simantics.scl.compiler.elaboration.expressions.lhstype;\r
2 \r
3 import java.util.ArrayList;\r
4 \r
5 public class PatternMatchingLhs implements LhsType {\r
6     public ArrayList<String> variableNames = new ArrayList<String>();\r
7 }\r