All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static boolean |
AND(boolean a,
boolean b) |
static boolean |
AND(Boolean a,
Boolean b) |
static int |
AND(Integer a,
Integer b) |
static int |
AND(int a,
int b) |
static long |
AND(long a,
long b) |
static long |
AND(Long a,
Long b) |
static int |
BITWISE_COMPLEMENT(Integer a) |
static long |
BITWISE_COMPLEMENT(Long a) |
static boolean |
CONDITIONAL_AND(boolean a,
boolean b) |
static boolean |
CONDITIONAL_AND(Boolean a,
Boolean b) |
static boolean |
CONDITIONAL_OR(boolean a,
boolean b) |
static boolean |
CONDITIONAL_OR(Boolean a,
Boolean b) |
static double |
DIVIDE(double a,
double b) |
static double |
DIVIDE(Double a,
Double b) |
static float |
DIVIDE(float a,
float b) |
static float |
DIVIDE(Float a,
Float b) |
static int |
DIVIDE(Integer a,
Integer b) |
static int |
DIVIDE(int a,
int b) |
static long |
DIVIDE(long a,
long b) |
static long |
DIVIDE(Long a,
Long b) |
static boolean |
EQUAL_TO(boolean a,
boolean b) |
static boolean |
EQUAL_TO(Boolean a,
Boolean b) |
static boolean |
EQUAL_TO(Character a,
Character b) |
static boolean |
EQUAL_TO(Double a,
Double b) |
static boolean |
EQUAL_TO(Long a,
Long b) |
static boolean |
EQUAL_TO(String a,
String b) |
static boolean |
GREATER_THAN_EQUAL(Character a,
Character b) |
static boolean |
GREATER_THAN_EQUAL(Double a,
Double b) |
static boolean |
GREATER_THAN_EQUAL(Long a,
Long b) |
static boolean |
GREATER_THAN(Character a,
Character b) |
static boolean |
GREATER_THAN(Double a,
Double b) |
static boolean |
GREATER_THAN(Long a,
Long b) |
static int |
LEFT_SHIFT(Integer a,
Integer b) |
static int |
LEFT_SHIFT(int a,
int b) |
static long |
LEFT_SHIFT(Long a,
Long b) |
static boolean |
LESS_THAN_EQUAL(Character a,
Character b) |
static boolean |
LESS_THAN_EQUAL(Double a,
Double b) |
static boolean |
LESS_THAN_EQUAL(Long a,
Long b) |
static boolean |
LESS_THAN(Character a,
Character b) |
static boolean |
LESS_THAN(Double a,
Double b) |
static boolean |
LESS_THAN(Long a,
Long b) |
static boolean |
LOGICAL_COMPLEMENT(boolean a) |
static boolean |
LOGICAL_COMPLEMENT(Boolean a) |
static double |
MINUS(double a,
double b) |
static double |
MINUS(Double a,
Double b) |
static float |
MINUS(float a,
float b) |
static float |
MINUS(Float a,
Float b) |
static int |
MINUS(Integer a,
Integer b) |
static int |
MINUS(int a,
int b) |
static long |
MINUS(long a,
long b) |
static long |
MINUS(Long a,
Long b) |
static double |
MULTIPLY(double a,
double b) |
static double |
MULTIPLY(Double a,
Double b) |
static float |
MULTIPLY(float a,
float b) |
static float |
MULTIPLY(Float a,
Float b) |
static int |
MULTIPLY(Integer a,
Integer b) |
static int |
MULTIPLY(int a,
int b) |
static long |
MULTIPLY(long a,
long b) |
static long |
MULTIPLY(Long a,
Long b) |
static boolean |
NOT_EQUAL_TO(boolean a,
boolean b) |
static boolean |
NOT_EQUAL_TO(Boolean a,
Boolean b) |
static boolean |
NOT_EQUAL_TO(Character a,
Character b) |
static boolean |
NOT_EQUAL_TO(Double a,
Double b) |
static boolean |
NOT_EQUAL_TO(Long a,
Long b) |
static boolean |
NOT_EQUAL_TO(String a,
String b) |
static boolean |
OR(boolean a,
boolean b) |
static boolean |
OR(Boolean a,
Boolean b) |
static int |
OR(Integer a,
Integer b) |
static int |
OR(int a,
int b) |
static long |
OR(long a,
long b) |
static long |
OR(Long a,
Long b) |
static double |
PLUS(double a,
double b) |
static double |
PLUS(Double a,
Double b) |
static float |
PLUS(float a,
float b) |
static float |
PLUS(Float a,
Float b) |
static int |
PLUS(Integer a,
Integer b) |
static int |
PLUS(int a,
int b) |
static long |
PLUS(long a,
long b) |
static long |
PLUS(Long a,
Long b) |
static String |
PLUS(String a,
String b) |
static byte |
POSTFIX_DECREMENT(Byte a) |
static char |
POSTFIX_DECREMENT(Character a) |
static double |
POSTFIX_DECREMENT(Double a) |
static float |
POSTFIX_DECREMENT(Float a) |
static int |
POSTFIX_DECREMENT(Integer a) |
static long |
POSTFIX_DECREMENT(Long a) |
static short |
POSTFIX_DECREMENT(Short a) |
static byte |
POSTFIX_INCREMENT(Byte a)
NOTE ON POSTFIX OPERATORS: Because the postfix increment/decrement would take place after the
value is returned, the method does not actually perform a postfix increment/decrement; this
is correctly handled by the org.checkerframework.dataflow analysis elsewhere.
|
static char |
POSTFIX_INCREMENT(Character a) |
static double |
POSTFIX_INCREMENT(Double a) |
static float |
POSTFIX_INCREMENT(Float a) |
static int |
POSTFIX_INCREMENT(Integer a) |
static long |
POSTFIX_INCREMENT(Long a) |
static short |
POSTFIX_INCREMENT(Short a) |
static byte |
PREFIX_DECREMENT(Byte a) |
static char |
PREFIX_DECREMENT(Character a) |
static double |
PREFIX_DECREMENT(Double a) |
static float |
PREFIX_DECREMENT(Float a) |
static int |
PREFIX_DECREMENT(Integer a) |
static long |
PREFIX_DECREMENT(Long a) |
static short |
PREFIX_DECREMENT(Short a) |
static byte |
PREFIX_INCREMENT(Byte a) |
static char |
PREFIX_INCREMENT(Character a) |
static double |
PREFIX_INCREMENT(Double a) |
static float |
PREFIX_INCREMENT(Float a) |
static int |
PREFIX_INCREMENT(Integer a) |
static long |
PREFIX_INCREMENT(Long a) |
static short |
PREFIX_INCREMENT(Short a) |
static double |
REMAINDER(double a,
double b) |
static double |
REMAINDER(Double a,
Double b) |
static float |
REMAINDER(float a,
float b) |
static float |
REMAINDER(Float a,
Float b) |
static int |
REMAINDER(Integer a,
Integer b) |
static int |
REMAINDER(int a,
int b) |
static long |
REMAINDER(long a,
long b) |
static long |
REMAINDER(Long a,
Long b) |
static int |
RIGHT_SHIFT(Integer a,
Integer b) |
static int |
RIGHT_SHIFT(int a,
int b) |
static long |
RIGHT_SHIFT(long a,
long b) |
static long |
RIGHT_SHIFT(Long a,
Long b) |
static double |
UNARY_MINUS(Double a) |
static float |
UNARY_MINUS(Float a) |
static int |
UNARY_MINUS(Integer a) |
static long |
UNARY_MINUS(Long a) |
static double |
UNARY_PLUS(Double a) |
static float |
UNARY_PLUS(Float a) |
static int |
UNARY_PLUS(Integer a) |
static long |
UNARY_PLUS(Long a) |
static int |
UNSIGNED_RIGHT_SHIFT(Integer a,
Integer b) |
static int |
UNSIGNED_RIGHT_SHIFT(int a,
int b) |
static long |
UNSIGNED_RIGHT_SHIFT(long a,
long b) |
static long |
UNSIGNED_RIGHT_SHIFT(Long a,
Long b) |
static boolean |
XOR(boolean a,
boolean b) |
static boolean |
XOR(Boolean a,
Boolean b) |
static int |
XOR(Integer a,
Integer b) |
static int |
XOR(int a,
int b) |
static long |
XOR(long a,
long b) |
static long |
XOR(Long a,
Long b) |