Searched defs:getArrayType (Results 1 – 4 of 4) sorted by relevance
88 public abstract TypeData getArrayType(int dim) throws NotFoundException; in getArrayType() method in TypeData175 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.BasicType314 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.TypeVar669 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.ArrayType756 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.ArrayElement818 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.UninitTypeVar862 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.ClassName924 public TypeData getArrayType(int dim) { return this; } in getArrayType() method in TypeData.NullType
59 public int getArrayType() { return arrayType; } in getArrayType() method in NewExpr
106 public int getArrayType() { return arrayType; } in getArrayType() method in CtPrimitiveType
429 public ArrayType getArrayType(TypeMirror componentType) { in getArrayType() method in DaggerTypes