mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-28 01:25:19 +00:00
Move OperatorAssociativity into the function class.
This commit is contained in:
8
src/org/nwapw/abacus/function/OperatorAssociativity.java
Normal file
8
src/org/nwapw/abacus/function/OperatorAssociativity.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package org.nwapw.abacus.function;
|
||||
|
||||
/**
|
||||
* Enum to represent the associativity of an operator.
|
||||
*/
|
||||
public enum OperatorAssociativity {
|
||||
LEFT, RIGHT
|
||||
}
|
||||
Reference in New Issue
Block a user