Enum Class Constants.Precedence

java.lang.Object
java.lang.Enum<Constants.Precedence>
hec.hecmath.computation.Constants.Precedence
All Implemented Interfaces:
Serializable, Comparable<Constants.Precedence>, Constable
Enclosing interface:
Constants

public static enum Constants.Precedence extends Enum<Constants.Precedence>
This precedence enumeration is the Java operator precedence order, expanded to include non-Java categories used in the application (Logical XOR, Exponentiation, Functions). Not all of the precedence levels are used in the application (e.g. the application has no bitwise operators, ternery operator, etc...).