Searched refs:typeVar (Results 1 – 1 of 1) sorted by relevance
139 Type.TypeVar typeVar = (Type.TypeVar) type; in getTypeSignature() local140 if (typeVar.getLowerBound().getKind() != TypeKind.NULL) { in getTypeSignature()141 return getTypeSignature(typeVar.getLowerBound()); in getTypeSignature()142 } else if (typeVar.getUpperBound().getKind() != TypeKind.NULL) { in getTypeSignature()143 return getTypeSignature(typeVar.getUpperBound()); in getTypeSignature()