com.squarespace.template.expr.Assoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of template-core Show documentation
Show all versions of template-core Show documentation
Squarespace template compiler
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