@Override
 public <R, P> R accept(TypeVisitor<R, P> v, P p) {
   return v.visitTypeVariable(this, p);
 }