Home | History | Annotate | Download | only in type

Lines Matching refs:DOUBLE

46     /** basic type constant for {@code double} */
79 /** {@code non-null;} instance representing {@code double} */
80 public static final Type DOUBLE = new Type("D", BT_DOUBLE);
111 putIntern(DOUBLE);
169 * {@code non-null;} instance representing {@code java.lang.Double}; the
173 public static final Type DOUBLE_CLASS = intern("Ljava/lang/Double;");
219 /** {@code non-null;} instance representing {@code double[]} */
220 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType();
498 case BT_DOUBLE: return "double";
596 * and {@code double} are the only category 2 types.