Searched refs:tName (Results 1 – 1 of 1) sorted by relevance
453 String tName = tClass.getCanonicalName(); in toTypeNameList() local455 if (tName.charAt(0) == '[') { in toTypeNameList()458 for (; idx < tName.length(); idx++) { in toTypeNameList()459 if (tName.charAt(idx) != '[') { in toTypeNameList()464 char sigChar = tName.charAt(dimension); in toTypeNameList()469 elemType = tName.substring(dimension + 1, tName.length() - 1); in toTypeNameList()481 throw new RuntimeException("Unexpected array type: " + tName); in toTypeNameList()489 s.append(tName); in toTypeNameList()