]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/common/precedence/Associativity.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / common / precedence / Associativity.java
1 package org.simantics.scl.compiler.common.precedence;
2
3 public enum Associativity {
4     LEFT,
5     RIGHT,
6     NONASSOC
7 }