Home
last modified time | relevance | path

Searched refs:toTypeVar (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java109 protected TypeVar toTypeVar(int dim) { return null; } in toTypeVar() method in TypeData
305 protected TypeVar toTypeVar(int dim) { in toTypeVar() method in TypeData.TypeVar
337 TypeVar child = lowers.get(i).toTypeVar(dimension); in dfs()
666 protected TypeVar toTypeVar(int dim) { return element.toTypeVar(dim + 1); } in toTypeVar() method in TypeData.ArrayType
753 protected TypeVar toTypeVar(int dim) { return array.toTypeVar(dim - 1); } in toTypeVar() method in TypeData.ArrayElement
791 protected TypeVar toTypeVar(int dim) { return null; } in toTypeVar() method in TypeData.UninitTypeVar