Class Java.BinaryOperation

All Implemented Interfaces:
Java.ArrayInitializerOrRvalue, Java.ElementValue, Java.Locatable
Enclosing class:
Java

public static final class Java.BinaryOperation extends Java.BooleanRvalue
Representation of all non-operand-modifying Java™ binary operations.

Operations with boolean result:
|| && == != < > <= >=

Operations with non-boolean result:
| ^ & * / % + - << >> >>>