package org.nwapw.abacus.tree; /** * Enum to represent the associativity of an operator. */ public enum OperatorAssociativity { LEFT, RIGHT }