Home | History | Annotate | Download | only in src

Lines Matching full:base

117                                                 ContainerInfo base)
121 tag.exceptionComment(), base,
126 ContainerInfo base)
131 base,
135 private static SeeTagInfo convertSeeTag(SeeTag tag, ContainerInfo base)
137 return new SeeTagInfo(tag.name(), tag.kind(), tag.text(), base,
150 public static TagInfo[] convertTags(Tag[] tags, ContainerInfo base)
161 out[i] = Converter.convertSeeTag((SeeTag)t, base);
164 out[i] = Converter.convertThrowsTag((ThrowsTag)t, base);
167 out[i] = Converter.convertParamTag((ParamTag)t, base);