Searched refs:getArrayType (Results 1 – 11 of 11) sorted by relevance
214 public static final Type BOOLEAN_ARRAY = BOOLEAN.getArrayType();217 public static final Type BYTE_ARRAY = BYTE.getArrayType();220 public static final Type CHAR_ARRAY = CHAR.getArrayType();223 public static final Type DOUBLE_ARRAY = DOUBLE.getArrayType();226 public static final Type FLOAT_ARRAY = FLOAT.getArrayType();229 public static final Type INT_ARRAY = INT.getArrayType();232 public static final Type LONG_ARRAY = LONG.getArrayType();235 public static final Type OBJECT_ARRAY = OBJECT.getArrayType();238 public static final Type SHORT_ARRAY = SHORT.getArrayType();320 return result.getArrayType(); in intern()[all …]
103 public int getArrayType() { return arrayType; } in getArrayType() method in CtPrimitiveType
1335 code.addNewarray(((CtPrimitiveType)type).getArrayType(), in addNewarray()
68 return ((Type) componentUnion).getArrayType(); in mergeType()
56 public int getArrayType() { return arrayType; } in getArrayType() method in NewExpr
404 array.setType(getArrayType(typeName), cp); in setType()421 public static String getArrayType(String elementType) { in getArrayType() method in TypeData.ArrayElement
91 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getArrayType(getType(Object.class)))) in forTypeMirror_arrays()
156 int type = expr.getArrayType(); in atNewArrayExpr()
311 int type = expr.getArrayType(); in atNewArrayExpr()
16268 FUNC 16089 15f 4 UnDecorator::getArrayType(DName const &)