Searched defs:FLOAT_ARRAY (Results 1 – 4 of 4) sorted by relevance
74 public static final CstType FLOAT_ARRAY = intern(Type.FLOAT_ARRAY); field in CstType
81 public static final CstType FLOAT_ARRAY = new CstType(Type.FLOAT_ARRAY); field in CstType
214 public static final Type FLOAT_ARRAY = new Type("[" + FLOAT.descriptor, BT_OBJECT);; field in Type
241 public static final Type FLOAT_ARRAY = FLOAT.getArrayType(); field in Type