| java.lang.Object com.teamkonzept.lib.math.OperatorPriority
All known Subclasses: com.teamkonzept.lib.math.BinaryOperator, com.teamkonzept.lib.math.UnaryOperator,
Constructor Summary | |
public | OperatorPriority(int parenPriority, int symbolPriority, int positionPriority) |
Method Summary | |
public int | compareTo(Object o) Compares this OperatorPriority with the specified OperatorPriority for order. |
COMPARE_EQUAL_PRIORITY | static int COMPARE_EQUAL_PRIORITY(Code) | | |
COMPARE_LESS_PRIORITY | static int COMPARE_LESS_PRIORITY(Code) | | |
LOGICAL_AND_PRIORITY | static int LOGICAL_AND_PRIORITY(Code) | | |
LOGICAL_NOT_PRIORITY | static int LOGICAL_NOT_PRIORITY(Code) | | |
LOGICAL_OR_PRIORITY | static int LOGICAL_OR_PRIORITY(Code) | | |
MATH_ADD_PRIORITY | static int MATH_ADD_PRIORITY(Code) | | |
MATH_EXP_PRIORITY | static int MATH_EXP_PRIORITY(Code) | | |
MATH_FUNCTION_PRIORITY | static int MATH_FUNCTION_PRIORITY(Code) | | |
MATH_MULT_PRIORITY | static int MATH_MULT_PRIORITY(Code) | | |
OperatorPriority | public OperatorPriority(int parenPriority, int symbolPriority, int positionPriority)(Code) | | |
compareTo | public int compareTo(Object o)(Code) | | Compares this OperatorPriority with the specified OperatorPriority for order.
Returns a negative integer, zero, or a positive integer as this object is less
than, equal to, or greater than the specified object.
|
|
|