Home | History | Annotate | Download | only in type

Lines Matching refs:DOUBLE

51     /** basic type constant for {@code double} */
84 /** {@code non-null;} instance representing {@code double} */
85 public static final Type DOUBLE = new Type("D", BT_DOUBLE);
165 * {@code non-null;} instance representing {@code java.lang.Double}; the
169 public static final Type DOUBLE_CLASS = new Type("Ljava/lang/Double;", BT_OBJECT);
215 /** {@code non-null;} instance representing {@code double[]} */
216 public static final Type DOUBLE_ARRAY = new Type("[" + DOUBLE.descriptor, BT_OBJECT);
246 putIntern(DOUBLE);
553 case BT_DOUBLE: return "double";
656 * and {@code double} are the only category 2 types.