Home
last modified time | relevance | path

Searched defs:getArrayType (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java88 public abstract TypeData getArrayType(int dim) throws NotFoundException; in getArrayType() method in TypeData
175 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.BasicType
314 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.TypeVar
669 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.ArrayType
756 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.ArrayElement
818 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.UninitTypeVar
862 public TypeData getArrayType(int dim) throws NotFoundException { in getArrayType() method in TypeData.ClassName
924 public TypeData getArrayType(int dim) { return this; } in getArrayType() method in TypeData.NullType
/external/javassist/src/main/javassist/compiler/ast/
DNewExpr.java59 public int getArrayType() { return arrayType; } in getArrayType() method in NewExpr
/external/javassist/src/main/javassist/
DCtPrimitiveType.java106 public int getArrayType() { return arrayType; } in getArrayType() method in CtPrimitiveType