Searched refs:mBase (Results 1 – 4 of 4) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | SeeTagInfo.java | 28 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()
|
D | Comment.java | 57 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 …]
|
D | AttrTagInfo.java | 37 private ContainerInfo mBase; field in AttrTagInfo 52 mBase = base; in AttrTagInfo() 71 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false); in parse()
|
D | SampleTagInfo.java | 62 private ContainerInfo mBase; field in SampleTagInfo 76 mBase = base; in SampleTagInfo()
|