Searched defs:DOUBLE_ARRAY (Results 1 – 4 of 4) sorted by relevance
71 public static final CstType DOUBLE_ARRAY = intern(Type.DOUBLE_ARRAY); field in CstType
76 public static final CstType DOUBLE_ARRAY = new CstType(Type.DOUBLE_ARRAY); field in CstType
216 public static final Type DOUBLE_ARRAY = new Type("[" + DOUBLE.descriptor, BT_OBJECT); field in Type
238 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType(); field in Type