-
-
class
class
class
class
final class
An expression that adds two numbers.
final class
An expression that computes a binary AND of two operands.
final class
final class
final class
final class
An expression that divides a number by another.
final class
An expression that checks whether two value are equal.
final class
An expression that checks whether operand 1 >= operand 2.
final class
An expression that checks whether operand 1 > operand 2.
final class
An expression that checks whether operand 1 <= operand 2.
final class
An expression that checks whether operand 1 < operand 2.
final class
An expression that multiplies two numbers.
final class
final class
An expression that computes a binary OR of two operands.
final class
An expression that computes a % b.
final class
An expression that shifts its operand to the left (<<).
final class
An expression that shifts its operand to the left (>>).
final class
An expression that subtracts operand 2 from operand 1.
final class
Similar to
JShrExpr
, but shifts zero into the leftmost position.
final class
An expression that computes a binary XOR of two operands.