Home
last modified time | relevance | path

Searched refs:mBase (Results 1 – 4 of 4) sorted by relevance

/external/doclava/src/com/google/doclava/
DSeeTagInfo.java28 private ContainerInfo mBase; field in SeeTagInfo
33 mBase = base; in SeeTagInfo()
46 LinkReference.parse(text(), mBase, position(), !suppressableSeeReference in linkReference()
47 && (mBase != null ? mBase.checkLevel() : true)); in linkReference()
89 if (tag.mBase.checkLevel() && tag.checkLevel()) { in makeHDF()
DComment.java57 mBase = base; in Comment()
333 mParamTagsList.add(new ParamTagInfo("@param", "@param", text, mBase, pos)); in tag()
339 mSeeTagsList.add(new SeeTagInfo("@see", "@see", text, mBase, pos)); in tag()
345 mInlineTagsList.add(new SeeTagInfo(name, "@see", text, mBase, pos)); in tag()
348 mInlineTagsList.add(new SeeTagInfo(name, "@linkplain", text, mBase, pos)); in tag()
350 mInlineTagsList.add(new SeeTagInfo(name, "@value", text, mBase, pos)); in tag()
352 mThrowsTagsList.add(new ThrowsTagInfo("@throws", "@throws", text, mBase, pos)); in tag()
354 mReturnTagsList.add(new ParsedTagInfo("@return", "@return", text, mBase, pos)); in tag()
360 mDeprecatedTagsList.add(new ParsedTagInfo("@deprecated", "@deprecated", text, mBase, pos)); in tag()
369 AttrTagInfo tag = new AttrTagInfo("@attr", "@attr", text, mBase, pos); in tag()
[all …]
DAttrTagInfo.java37 private ContainerInfo mBase; field in AttrTagInfo
52 mBase = base; in AttrTagInfo()
71 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false); in parse()
DSampleTagInfo.java62 private ContainerInfo mBase; field in SampleTagInfo
76 mBase = base; in SampleTagInfo()