Searched refs:TagImpl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DTagImpl.java46 class TagImpl implements Tag { class in inherits:Tag
65 TagImpl(DocImpl holder, String name, String text) { method in class:TagImpl
138 * TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
143 * Link, will return an array of TagImpl(s) with first element as TagImpl with
148 * @return TagImpl[] Array of tags with inline SeeTagImpls.
H A DComment.java146 TagImpl tag;
161 tag = new TagImpl(holder, tagName, tx);
164 tag = new TagImpl(holder, tagName, tx);
167 tag = new TagImpl(holder, tagName, tx);
169 tag = new TagImpl(holder, tagName, tx);
303 taglist.append(new TagImpl(holder, "Text",
321 taglist.append(new TagImpl(holder, "Text",
331 taglist.append(new TagImpl(holder, "Text",
337 taglist.append(new TagImpl(holder, "Text",
351 taglist.append( new TagImpl(holde
[all...]
H A DParamTagImpl.java39 class ParamTagImpl extends TagImpl implements ParamTag {
101 * TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
103 * @return TagImpl[] Array of tags with inline SeeTagImpls.
104 * @see TagImpl#inlineTagImpls()
H A DThrowsTagImpl.java41 class ThrowsTagImpl extends TagImpl implements ThrowsTag {
108 * TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
110 * @return TagImpl[] Array of tags with inline SeeTagImpls.
111 * @see TagImpl#inlineTagImpls()
H A DSerialFieldTagImpl.java50 extends TagImpl
H A DSeeTagImpl.java41 class SeeTagImpl extends TagImpl implements SeeTag, LayoutCharacters {

Completed in 581 milliseconds