Lines Matching full:fullname
84 + t.fullName() + " in " + cl.qualifiedName() + "." + m.name() + "()");
108 "Reference to unavailable annotation class " + t.fullName());
245 "Parameter of hidden type " + tInfoType.fullName() + " in "
344 String leafName = cl.asTypeInfo().fullName(classDeclTypeVars);
358 stream.println(" extends " + base.fullName(classDeclTypeVars));
377 stream.print(comma + iface.fullName(classDeclTypeVars));
526 stream.print(method.returnType().fullName(method.typeVariables()) + " ");
581 stream.print(field.type().fullName());
751 stream.print(ann.returnType().fullName());
1239 String fullTypeName = type.fullName(method.typeVariables());