Searched refs:arrayType (Results 1 – 4 of 4) sorted by relevance
1296 CstType arrayType = CstType.intern(Type.intern("[" in endFillArrayData() local1301 if (arrayType == CstType.LONG_ARRAY) { in endFillArrayData()1303 } else if (arrayType == CstType.FLOAT_ARRAY) { in endFillArrayData()1306 } else if (arrayType == CstType.DOUBLE_ARRAY) { in endFillArrayData()1309 } else if (arrayType == CstType.BOOLEAN_ARRAY) { in endFillArrayData()1311 } else if (arrayType == CstType.BYTE_ARRAY) { in endFillArrayData()1313 } else if (arrayType == CstType.CHAR_ARRAY) { in endFillArrayData()1315 } else if (arrayType == CstType.SHORT_ARRAY) { in endFillArrayData()1331 values, arrayType); in endFillArrayData()
364 SigArrayType arrayType = factory.getArrayType(parseTypeSignature()); in parseFieldTypeSignature() local365 return arrayType; in parseFieldTypeSignature()
325 ITypeReference arrayType = baseType; in convertArrayType() local328 arrayType = pool.getArrayType(arrayType); in convertArrayType()332 return arrayType; in convertArrayType()
470 IArrayType arrayType = (IArrayType) method.getReturnType(); in convertArrayMethod() local471 … IClassDefinition clazz = ((IClassReference) arrayType.getComponentType()).getClassDefinition(); in convertArrayMethod()