- C - Static variable in class org.checkerframework.checker.units.util.UnitsTools
-
- castNonNull(T) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
A method that suppresses warnings from the Nullness Checker.
- castNonNull(T, String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Suppress warnings from the Nullness Checker, with a custom error message.
- castNonNullDeep(T[]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][][][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][][][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][][][][]) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- castNonNullDeep(T[][][][][], String) - Static method in class org.checkerframework.checker.nullness.util.NullnessUtil
-
Like castNonNull, but whereas that method only checks and casts the reference itself, this
traverses all levels of the argument array.
- cd - Static variable in class org.checkerframework.checker.units.util.UnitsTools
-
- CheckedPatternSyntaxException(PatternSyntaxException) - Constructor for exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
- CheckedPatternSyntaxException(String, String, int) - Constructor for exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Constructs a new CheckedPatternSyntaxException.
- compareUnsigned(short, short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Compares two unsigned shorts x and y.
- compareUnsigned(byte, byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Compares two unsigned bytes x and y.
- conversionCharFromFormat(String) - Static method in class org.checkerframework.checker.formatter.util.FormatUtil
-
- g - Static variable in class org.checkerframework.checker.units.util.UnitsTools
-
- get(T) - Static method in class org.checkerframework.checker.nullness.util.Opt
-
If primary is non-null, returns it, otherwise throws NoSuchElementException.
- getDescription() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Retrieves the description of the error.
- getExpected() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
-
- getExpected() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
-
- getFound() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
-
- getFound() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
-
- getIndex() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Retrieves the error index.
- getMessage() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
-
- getMessage() - Method in exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
-
- getMessage() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Returns a multi-line string containing the description of the syntax error and its index, the
erroneous regular-expression pattern, and a visual indication of the error index within the
pattern.
- getPattern() - Method in exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
-
Retrieves the erroneous regular-expression pattern.
- getUnsigned(ByteBuffer) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned byte from the ByteBuffer b.
- getUnsigned(ByteBuffer, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned byte from the ByteBuffer b at i.
- getUnsigned(ByteBuffer, byte[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Populates an unsigned byte array from the ByteBuffer b at i with l bytes.
- getUnsigned(IntBuffer, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned int from the IntBuffer b at i.
- getUnsigned(ByteBuffer, byte[]) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an array of unsigned bytes from the ByteBuffer b and stores them in the array bs.
- getUnsignedInt(ByteBuffer) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned int from the ByteBuffer b.
- getUnsignedRGB(BufferedImage, int, int, int, int, int[], int, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtilExtra
-
Gets rgb of BufferedImage b as unsigned ints.
- getUnsignedShort(ByteBuffer) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Gets an unsigned short from the ByteBuffer b.
- t - Static variable in class org.checkerframework.checker.units.util.UnitsTools
-
- toDegrees(double) - Static method in class org.checkerframework.checker.units.util.UnitsTools
-
- toDouble(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned byte.
- toDouble(short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned short.
- toDouble(int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned int.
- toDouble(long) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a double representing the same value as the unsigned long.
- toFloat(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned byte.
- toFloat(short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned short.
- toFloat(int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned int.
- toFloat(long) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns a float representing the same value as the unsigned long.
- toRadians(double) - Static method in class org.checkerframework.checker.units.util.UnitsTools
-
- toUnsignedInt(char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned int representing the same value as an unsigned char.
- toUnsignedLong(char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned long representing the same value as an unsigned char.
- toUnsignedShort(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned short representing the same value as an unsigned byte.
- toUnsignedShort(char) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Returns an unsigned short representing the same value as an unsigned char.
- toUnsignedString(short) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned short s.
- toUnsignedString(short, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned short s in base radix.
- toUnsignedString(byte) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned byte b.
- toUnsignedString(byte, int) - Static method in class org.checkerframework.checker.signedness.util.SignednessUtil
-
Produces a string representation of the unsigned byte b in base radix.
- tryFormatSatisfiability(String) - Static method in class org.checkerframework.checker.formatter.util.FormatUtil
-
Throws an exception if the format is not syntactically valid.
- tryFormatSatisfiability(String) - Static method in class org.checkerframework.checker.i18nformatter.util.I18nFormatUtil
-
Throws an exception if the format is not syntactically valid.