1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-16 11:55:20 +00:00

Add numerous documentation fixes.

This commit is contained in:
2017-08-05 16:15:30 -07:00
parent 508e98413d
commit 3e39087fde
5 changed files with 8 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ public class Operator {
* Creates a new operator with the given parameters.
*
* @param associativity the associativity of the operator.
* @param operatorType the type of this operator, like binary infix or unary postfix.
* @param precedence the precedence of the operator.
* @param function the function that the operator calls.
*/