Class | Description |
---|---|
AbstractBinaryFullCircuitFullDoubleOperator | |
AbstractBinaryFullCircuitHalfDoubleOperator | |
AbstractBinaryFullCircuitNumericOperator<T extends Number> | |
AbstractBinaryFullCircuitOperator |
This class is extended by the operator classes that implement an operation
that evaluates both operand.
|
AbstractBinaryOperator | |
AbstractCompareOperator | |
AbstractOperator | |
AbstractShortCircuitBinaryOperator | |
AbstractUnaryOperator | |
AddOperator | |
DivideOperator | |
EqualsOperator | |
GreaterOrEqualOperator | |
GreaterThanOperator | |
IntegerDivideOperator | |
JavaObjectFieldAccessOperator |
This is the highest priority operator (priority 1) that is used to access a
field of an object.
|
LessOrEqualOperator | |
LessThanOperator | |
LogicalAndOperator | |
LogicalOrOperator | |
MinusOperator | |
ModuloOperator | |
MultiplyOperator | |
NotEqualOperator | |
PowerOperator | |
UnaryOperatorMinus | |
UnaryOperatorNot | |
UnaryOperatorPlus |
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.