Searched defs:LONG_ARRAY (Results 1 – 4 of 4) sorted by relevance
77 public static final CstType LONG_ARRAY = intern(Type.LONG_ARRAY); field in CstType
84 public static final CstType LONG_ARRAY = new CstType(Type.LONG_ARRAY); field in CstType
220 public static final Type LONG_ARRAY = new Type("[" + LONG.descriptor, BT_OBJECT); field in Type
247 public static final Type LONG_ARRAY = LONG.getArrayType(); field in Type