All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.template.expr.Assoc Maven / Gradle / Ivy

package com.squarespace.template.expr;

/**
 * Indicates an operator's left or right associativity.
 */
public enum Assoc {
  LEFT,
  RIGHT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy