Lines Matching full:link
22 * Class that represents what you see in an link or see tag. This is
36 /** The link. */
39 /** The {@link PackageInfo} if any. */
42 /** The {@link ClassInfo} if any. */
45 /** The {@link MemberInfo} if any. */
68 * Parse and resolve a link string.
71 * @param base the class or whatever that this link is on
73 * @return a new link reference. It always returns something. If there was an
121 "unable to parse link/see tag: " + text.trim());
266 // be somewhere else; link to where it really is, not what they
333 "unbalanced quoted link/see tag: " + text.trim());
346 "invalid <a> link/see tag: " + text.trim());
385 "Unresolved link/see tag \"" + text.trim()
393 "Link to hidden member: " + text.trim());
401 "Link to hidden class: " + text.trim() + " label=" + result.label);
409 "Link to hidden package: " + text.trim());